Blair Nilsson

Results 9 comments of Blair Nilsson

It took me a day to work it out, but here it is so people don't have to follow.... ``` # Access-Control-Allow-Origin: * function withCorsHeader(res) headers = HttpCommon.headers() headers["Access-Control-Allow-Origin"] =...

I can't work out what state this is at, does this mean IE 11 + Svelte + Parcel is right out?

I couldn't make it work. But I think it is more than just this plugin, or svelte, or anything. I think IE11 support is just a really hard target for...

I think this broke live. julia> using Queryverse [ Info: Precompiling Queryverse [612083be-0b0f-5412-89c1-4e7c75506a58] [ Info: Installing xlrd via the Conda xlrd package... [ Info: Running `conda install -y xlrd` in...

Rec cursor isn't defined any more, but, it is being referred to.

I'd also love to be able to put agents on fetches as well, but for a different use case. We have a proxy to the outside world, and without an...

It is VERY much a slot thing, replicated in https://svelte.dev/repl/2634d07aefa9465ea4ea7ec4bf810e8c?version=3.44.1 remove the slot and the behaviour vanishes. remove the bind and the behaviour vanishes. change the variable to a primitive...

SSR isn't only for search engines. A lot of the SSR we do is so people who have awful connections can still see our data visualizations while waiting for the...

All animations/transitions in svelte are not done through pure css. Tweening is VERY much not done though css. The entire motion package isn't CSS