Ionică Bizău (Johnny B.)
Ionică Bizău (Johnny B.)
Same here, how did you solve the issue?
:+1: @andreausu Thanks for this nice little tool! :smile:
@alysonla Yep, it's a nice browser feature. :sparkle:
Basically you can do something like: ``` js // To set the data localStorage.setItem("hubbers", JSON.stringify([/* wonderful people */]); // To get the data JSON.parse(localStorage.getItem("hubbers")); ```
Like I commented in https://github.com/IonicaBizau/git-url-parse/pull/114#issuecomment-706091677, I don't think there is a way to split the url itself into branch name and filename... Pinging @izuzak here just in case he has...
Is there any known solution?
@kodamirmo In the latest release of [`nodeice`](https://github.com/IonicaBizau/nodeice), I switched to the [`phantom-html-to-pdf` package](https://github.com/pofider/phantom-html-to-pdf) by @pofider which doesn't have this bug. :sparkles:
@mitogh That's amazing! :sparkles: Can the editorconfig file be used to _beautify_ the code in the format I like? Also, is it possible to handle the commas in the beginning...
Try escaping the `id`: ```js messageFile.set("messages.\\" + message.id + ".text", message.text); ```
@soichih This is really browser specific. Term.js does try to prevent that and it works in Firefox, but not in Chrome. :sob: In [`web-term`](https://github.com/IonicaBizau/web-term), I used [`before-leaving-me.js`](https://github.com/IonicaBizau/before-leaving-me.js) to prevent accidental...