Maarten Berkenbosch
Maarten Berkenbosch
I am also looking for a way use a setInterval inside a worker that sends back a message every second.
Sorry if this was too brief. Basically I'd like to be able to save report configurations in the reoprts tab and show them just like in the overview tab where...
I have the same issue. Uploading from within a single project directory works ok, but when I move the directory into a workspace it errors with "Could not get relative...
Fixed it by putting targets in workspace settings. I had them located in user settings before that. 
That's ok, It's not urgent. I'm using encryptjs right now before storing/reading. I just thought it would be convenient skipping that extra code step if svelte-persistent-store could handle that internally....
> @timhall Multiple forks have been made to address this issue. I can make a PR for it if the repo is being maintained > > [tenno-dev@c95741b](https://github.com/tenno-dev/svelte-apollo/commit/c95741b08b7798161b8104ee4bfa956508cea7f2) [samhingu@bb93655](https://github.com/samhingu/svelte-apollo/commit/bb9365578778738182e2be02198a3a1ea2f3ab66) [neoel@39bf653](https://github.com/neoel/svelte-apollo/commit/39bf653459427dcbf9da8327e9701177f8cfb245) @timhall...
@narutaro Thanks for your suggestion. However "books" still remains a promise. Basically I want to make things synchronous. ``` const books = async () => { const books = await...
Thanks for your answer. I tried it with plain markers but the result remains the same. I managed to get it somewhat working by manipulating the marker coordinates (adding/substracting 360...
Is this package still being maintained?