Selene Blok

Results 16 comments of Selene Blok

Correction: Seems to work fine when importing svelte components into other svelte components. The issue is purely with importing svelte components into `+page.svelte` (haven't tried with `+layout.svelte`)

Honestly can't wait for this feature to be released.

Apart from power state issues it works fine when running under `sudo`. E.g. `sudo jupyter notebook --allow-root` fixes the issues with not finding a device (this ofc raises security concerns...

For user trying to accomplish this right now: ```jsx ``` ```ts map.setStyle(styleObject, { transformStyle: (previousStyle, nextStyle) => { const custom_layers = previousStyle.layers.filter(layer => layer.source.startsWith('myprefix-')); const layers = nextStyle.layers.concat(custom_layers); const sources...

Any update on this?