Andy Baker

Results 255 comments of Andy Baker

EDIT - looking at the todo above - it seems there's only one remaining item other than the MX Ink. However - I strongly suspect the missing todo item is...

We'll probably need to stop bundling three.js Also - rethink how functionality is split between this and three-icosa - which is the main loader for GLTF v2 files and handles...

works for one page and then claims there's no more content

This seems to work ok: https://github.com/hellodword/github-dashboard-feed

Does this look suitable? ``` cff-version: 1.2.0 message: If you use this software, please cite it as shown below. title: Open Brush version: "2.0.0" date-released: 2025-10-31 type: software authors: -...

The reason for the complexity on the other PR is that once you have a long history of snap points, then it becomes obvious that they need to track the...

> in most cases UnityWebRequest is the right one at runtime, OK. That at least tells me that it's probably an issue at my end rather than me just misunderstanding...

So - after more testing, there's either a bug or some surprising behaviour that needs to be documented. I have a file on disk with a space in the path....

Full trace: ``` PS C:\Users\andyb\Documents\Spoke> yarn start yarn run v1.22.22 $ cross-env NODE_ENV=development webpack-dev-server --mode development i 「wds」: Project is running at https://hubs.local:9090/ i 「wds」: webpack output is served from...

Workaround. In package.json change the "start" command to: "start": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=development webpack-dev-server --mode development", i.e. prefix the existing command with "set NODE_OPTIONS=--openssl-legacy-provider && "