louislugas

Results 8 issues of louislugas

Hi, I'm using Siema with Svelte, when I use it with static data like in [here](https://svelte.dev/repl/c81b0087a5dd41f78da677d80ecc1c73?version=3.48.0), it works really well. this is my static data example ``` let data =...

I just try in REPL [here](https://svelte.dev/repl/f0d61518fc67487db5ef073fe2e238b8?version=3.47.0) and in the [demo](https://svelte.dev/repl/3953567d530b41d087ab7eaa8e7e632a?version=3.22.3) itself, it shows `Siema is not a constructor`

My image on any artboard are not exported in any folder. Anything from that the scripts working just fine, the HTML are exported. I'm using Adobe Illustrator 2017.

I've done some code and played with this template for days, and it works fine. But once I restart my vs code, when I run `npm run electron-dev`, it shows...

I just tried (copied from the documentation) on the svelte REPL, but there was an error. The error message are the following. `Could not load https://unpkg.com/[email protected]/index.js (imported by https://unpkg.com/[email protected]/lib/adapters/http.js): Cannot...

I want to try this code on svelte REPL, and after I write ``` import { voronoiMapSimulation } from 'd3-voronoi-map' ``` it shows warning: ``` 'default' is not exported by...

https://svelte.dev/repl/6b905f0706784db18e4d60ef90ecd02d?version=3.49.0 I make a scroller with images, it seems to use lazy loading, so the images keep reloading after/before I scroll up and down per index. If I have to...

how to move the center of the map dynamically, in the leaflet they use panTo, flyTo, or setView to do this. But I can't do the old way. I tried...