You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing all 42 questions I wanted to save my state locally as advocated possible at top of the page.
Only to find out the data posted to my clipboard by Safari is no longer than 32000 characters, leaving me with an incomplete dump of my state.
Correction: it is Safari 8.0.8 (only browser tested by me) that initially only selects the first 32000 chars in the popup, re-selecting the JSON grabs the full (in my case) 52k chars.
I have no idea how the browser is told to make the text (conveniently) pre-selected in the pop-up, so this might not be a bug for this repo.
Ps: liked the tutorial a lot, very educational.
The text was updated successfully, but these errors were encountered:
After completing all 42 questions I wanted to save my state locally as advocated possible at top of the page.
Only to find out the data posted to my clipboard by Safari is no longer than 32000 characters, leaving me with an incomplete dump of my state.
Correction: it is Safari 8.0.8 (only browser tested by me) that initially only selects the first 32000 chars in the popup, re-selecting the JSON grabs the full (in my case) 52k chars.
I have no idea how the browser is told to make the text (conveniently) pre-selected in the pop-up, so this might not be a bug for this repo.
Ps: liked the tutorial a lot, very educational.
The text was updated successfully, but these errors were encountered: