ᒍ ᗩ ᑕ K
ᒍ ᗩ ᑕ K
# Bug report ## Description / Observed Behavior swr/infinite's `compare` function is called both with the array of pages, and the pages themselves. This doesn't seem to be documented anywhere...
**Describe the bug** `wasmPath` and `workerPath` inferred values can be incorrect due to the string replacement strategy **To Reproduce** When using next.js's webpack strategy, the ffmpeg.wasm library's files can be...
I'm attempting to "draw" a `Part`: show all of the events and their respective states (on/off) and the part's current relative progress on a grid. `Timeline` has a lot of...
There seems to be some strange behavior with starting and stopping parts. [Here is one issue](https://jsfiddle.net/JackCA/8bhza9ve/) where changing the BPM on the transport can introduce a long delay when `start`...
when referencing a service's `state.children`, the types are `any` and we must manually specify the interpreter type. It would be great to support typing these values via the typegen see:...
**Describe the bug** Similar to https://github.com/ffmpegwasm/ffmpeg.wasm/issues/374, the [`defaultOptions` method](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/src/browser/defaultOptions.js#L7) (which is called as a side-effect upon importing the library) can trigger the following error in a development environment: ``` error...
It appears that the [`addArray`](https://github.com/soimy/maxrects-packer/blob/master/src/maxrects-packer.ts#L152) function only accepts types extended from [`IRectangle`](https://github.com/soimy/maxrects-packer/blob/master/src/geom/Rectangle.ts#L1-L7). This appears to be an issue because `IRectangle` includes values that should not be set during addition of...
The `reverb()` method [looks for files that don't exist in the repository](https://github.com/stuartmemo/theresas-sound-world/blob/c06b562a7bee7b003fae0b8dab2882d5af6d9174/src/tsw-effects.js#L233-L236), are they supposed to be loaded another way?
**Description** When using `getSimplePaths` with a machine that spawns actors, warnings are emitted: `Warning: Attempted to spawn an Actor (ID: "child") outside of a service. This will have no effect....