kindoflew

Results 19 comments of kindoflew

@AriPerkkio oh cool, thanks! I had previously tested with both `@license` and `@preserve` and it didn't seem to be working, but I just tried again and it totally does. it...

Sorry it's been awhile, work took over for a second. > There's also another potential problem, Can the Github linguist identify our YAML grammar file? They're probably also non-fixed length-lookbehind-assertion...

another bump in the road -- i just tried `vue`'s grammar with an example of a `vue` file in Nova Lightshow and a similar problem is present -- `script` tags...

**update to the update**: it's not a bug, it's a limitation of Nova Lightshow: https://github.com/Nixinova/NovaLightshow/issues/3#issuecomment-1236056446

**Hopefully last update**: I added a fix to the syntax for `injections` in `svelte-atom` (https://github.com/sveltejs/svelte-atom/pull/21) and thanks to @umanghome's fork of `NovaLightshow`, we have soft confirmation that it works. The...

I was looking into this and at least found a couple workarounds. The simpler one is to just have a `useEffect` that depends on `count` and call only `setCount` inside...

I really like this! I'm also thinking we might not have to implement the whole Scroll Snap spec because some of the properties can be manipulated with props we already...

No worries! I was mostly just thinking out loud. Basically, my initial thinking was that snapping to where a `ParallaxLayer` is might be a little tricky because it's position is...

i'm currently running into the same issue. is the only current workaround to manually remove the SSR files? and if that's the case, how can I tell which output is...