Jim Higson

Results 4 issues of Jim Higson

Simple example: ```sh npx stmux -- [ -e i_like_pancakes "yes Error" ] ``` * **expected**: Should not be red, because nothing on the console matches our regex * **actual**: Is...

I realise that you can do a network-first strategy [read the docs here](https://vite-pwa-org.netlify.app/workbox/inject-manifest#network-first-strategy) but this means my app needs to have a copy-and-pasted `sw.js` that I don't really understand, and...

##### Description of change See - https://github.com/pixijs/pixijs/issues/11793 ### Description Currently, to parse a spritesheet we have to do this: ```ts await spritesheet.parse() ``` Spritesheet.parse() is async so it can batch...

### Description Currently, to parse a spritesheet we have to do this: ```ts await spritesheet.parse() ``` This is async so it can batch into SpriteSheet.BATCH_SIZE (currently 1000). For spritesheets that...