Peter Larsson-Green
Peter Larsson-Green
The following code in a markdown file: ```html window.sleep = function(sleepMs){ // ... } ``` Gives me: * No error during development when I first access another markdown file in...
## Feature request The following markdown code: ```markdown Use the code `print(sum(4, 7))` to print the sum of 4 and 7. ``` is compiled to: ```html Use the code print(sum(4,...
I really like that the website uses the same documentation structure for the Options API and the Composition API, and that one switch between them using the switch in the...
I've encountered a bug when two different pages are open at the same time and uses the same store/key. Reproducible instructions: 1. `git clone https://github.com/PeppeL-G/svelte-persisted-bug.git` 2. `cd svelte-persisted-bug` 3. `npm...
It took some time to search for, but after a while I found https://github.com/joshnuss/svelte-persisted-store/issues/56#issuecomment-1052972244: >By working server side, I mean it should not cause an error. > >Local Storage is...
Great package, many thanks! Given GDPR, I shouldn't store data about the user when it's not needed (good practice even without GDPR). I have two questions about that when it...
This package works great, but I needed to add a [CSP](https://content-security-policy.com/) to my webpage that runs the editor, and in the CSP I need to list the resources the editor...
# 🐞 Bug report ## Description I've reviewed the code and written some comments that are stored in the CSV file, e.g.: ```csv sha,filename,url,lines,title,comment,priority,category,additional,id,private "","\JUWeb\package.json","","13:0-19:23","","All of these weren't mentioned in...
### Describe the problem When looking up information on how `404`s work for unknown routes, I ended up reading the docs about [+error.svelte](https://kit.svelte.dev/docs/routing#error). There it says: >If no route can...