Steven Vancoillie
Steven Vancoillie
To develop or demo/test, we have to start a docker container with RTSP server, a TCP-WebSocket proxy, and then finally a HTTP server that statically serves a bundle. It would...
Currently we don't support differences in presentation time and decode time.
I have a question regarding how/if others use this package with electron-builder. I would like to build for windows using wine, which works with native modules like `keytar`, but not...
### Bug description When working with composite projects, our tests failed because it seems that `tsx` is not taking the reference project's baseUrl or path into consideration. ### Reproduction Test...
Hi! It's quite common in high-performance computing to reach sizes where 32-bit integers no longer cut it. As such, most people usually compile everything they can with ilp64 interface instead...
Non monotonic streams can produce negative sample duration and result in RangeError: "value" argument is out of bounds. This isn't correct behaviour, but by setting the duration to zero a...
I'm running `xgo` with the option: ``` -dockerargs "-u,$(id -u):$(id -g)" ``` so that the docker image is run as the current user. This prevents `xgo` from creating any root-owned...
When `initialWidths` prop changes, the table does not adapt to this change (e.g. number of columns). This can happen when the number of columns isn't known when rendering the table,...
The `debug` package still relies on CommonJS (either itself or in its dependencies), which causes issues when generating ESM for e.g. Node.js. We should replace it with either a custom...
The exported ES module has internal imports without `.js` extensions which causes it to fail. To reproduce: ``` npm i cd packages/react-icons npm run build node --import='./lib/index.js' ``` The import...