Pierre Krieger

Results 327 issues of Pierre Krieger

enhancement

Right now the engine loads samples "lazily" when the cpal backend requests them. In other words, cpal tells rodio that samples are needed, and then only the samples are loaded...

enhancement

We should report when a block author authors two different blocks with the same slot. Similarly, GrandPa should detect voting for two different blocks of the same height. Very long...

Many design choices in smoldot are based upon the assumption that the list of non-finalized blocks is not very large. This is normally the case. Blocks are verified before they...

priority-low

Using https://chaos-mesh.org and GitHub Actions As long as this repo is private, GitHub Actions have a limit and I don't want to pay to increase it.

JavaScript, in its splendour, doesn't provide any way whatsoever to back-pressure WebSockets. At the moment the Smoldot Wasm node will simply keep buffering data coming from the socket, and process...

blocked

I am just getting different crashes every time ``` $ yarn start yarn run v1.22.17 $ node prepare.mjs --debug && rimraf ./dist && npm run buildModules && node demo/demo.mjs /Users/xiliangchen/.rustup/toolchains/1.61.0-aarch64-apple-darwin/bin/cargo...