Muah

Results 196 comments of Muah

maybe we can have a `keys` method so something like ```js let now = Date.now() // timestamp this.$ls.keys(localStorage).map((key) => { return this.$ls.get(key).expire < now ? this.$ls.remove(key) : false }) ```

@RobinCk any news with the `keys` option ?

i stopped using st, so any PRs are welcome.

@Muraveiko could u plz add a link to the qz example php file, i keep getting `JSONObject["data"] is not a JSONArray.` on my end, thanx.

https://github.com/beyondcode/laravel-view-xray/issues/3

@wesbos +1 for the shared repo for icons idea, the php icon not displaying because u need to change the scope which not `source.php` but `embedding.php` and because the gear...

i was going to request the exact same thing

@nhoizey check https://github.com/ctf0/vscode-replace-pesky-characters

this could be done by changing the tag, but maybe instead of having the tag as a fixed string it could be a regex which will add much more flexibility,...