Dennis Kobert

Results 86 comments of Dennis Kobert

I think the first part of this issue is basically implemented. The only thing left to do is to actually use multi threading on the web

Could this workaround be integrated? @wusyong https://github.com/MicrosoftEdge/WebView2Feedback/issues/547#issuecomment-1925031256

Tanks for the reply, I'll check `diam` out. An update to the readme would be great. You could also archive the repository if it is deprecated

Path towards offscreen canvas fallback implementation: Add the required Content Security Policy (CSP) headers required to work under firefox: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/Planned_changes (this can for testing purposes be disabled by setting a...

The API itself should be fairly trivial to implement. I suggest to use some framework like rocket for the api. We have to build a new database structure as well...

Should we provide a cli interface for the server? this could be inspired by `rask-server` to save us some work Alternatively, we could use a `Rocket.toml` as described here: https://rocket.rs/v0.4/guide/configuration/

Sorry, should have made that clear in the issue: https://github.com/rust-lang/miri#running-miri-on-ci

Miri does not seem to be available for current nightly versions. Seems like we have to wait a little longer

If it does not even build with recent nightly versions: https://rust-lang-nursery.github.io/rust-toolstate/ I'd suggest we focus our resources on more productive things than trying to make this work

currently non of our binary targets work with miri, since they use instructions not supported by miri. The only currently working crate are the unit tests in rask-engine, which use...