w biggs

Results 12 comments of w biggs

I'm interested in this as well. If I have a JSON array, and I want to generate a page for each item in the array, where that item is passed...

I was actually thinking about suggesting front matter myself - it would work well for a wide number of use cases, such as `` (or however you'd call a variable...

I tried that (with yarn at least) and it didn't fix the issue. I tried to do it with npm but I had issues with pre-node-gyp due to node/npm being...

I got `nvm` working and installed `node`/`npm` without root. I then re-installed `yarn` and tried to install `vapid` with it, but it had the same issues. I then retried installing...

I guess changing this to a "vapid doesn't work with yarn" issue would make the most sense, since that's still a problem, albeit one with a workaround.

Replacing the `f` in that line with `i` seems to fix the issue. I can submit a pull request tomorrow maybe...

It's doing exactly this for me too, and I'm not sure why. If I change my audio device to be my laptop speakers instead of my soundcard, there's no more...

Seeing a similar issue pretty often in Firefox 117 on Windows, but it jumps slightly differently: https://github.com/bluesky-social/social-app/assets/3406010/b90ef219-a2ec-4d53-9a08-300f89d7b347 Not sure exactly what triggers it.

I found that the easiest thing to do overall is make two tiny changes: 1. Run `sed -i -e 's/action_name=/a=b\&action_name=/g' matomo.js` in the directory Matomo is installed in. 2. Replace...