David Bushell
David Bushell
Thanks @ismay, I'm glad you got it working :) Recent changes had broke the old config options and I'm a bit behind on my Grunt files knowledge to understand exactly...
The [click event listener](https://github.com/dbushell/Responsive-Off-Canvas-Menu/blob/master/js/main.js#L135) line for reference. Looks like I was trying to be too clever for my own good :) This needs more thought/testing obviously, but maybe something along...
Thanks for the report. Had a quick look and it appears that Pinterest is automatically removing their script once it has ran. Not sure why! Anyway, this breaks Socialite wich...
I've fixed the error. However when loading a second Pinterest button their script seems to destroy existing buttons. This will need further research, it may not be possible anymore.
I'm also experiencing very slow start up times.  I rarely see below 100ms and more often 500ms+ to over a second. This defeats the point of "edge" hosting and...
Yes this is true, that may be my solution. A minor edge case, but this won't work on Deno Deploy because there is no writable file system. The Deno WASM...
Thank you for the explanation! I was confused why the WASM version had different paths (I'm using Deno). They are effectively absolute without a leading `/` whereas non-WASM get relative...
I agree! I don't have much experience with build tools though. I was initially thinking of a web interface like Modernizr.com to select widgets and build a custom script. Perhaps...
Hi, I think all you would have to add at the end of [index.js](https://github.com/AlexxNB/highlightjs-svelte/blob/master/src/index.js) is: ```js export {hljsDefineSvelte as svelte}; ``` Then it would be possible to do: ```js import...
I was able to build the image on a Raspberry Pi 5: ```shell git clone https://github.com/denoland/denokv.git cd denokv docker buildx build -f Dockerfile --platform linux/arm64 -t rpi5/denokv ./ ``` Change...