Oskar Nehlin

Results 10 comments of Oskar Nehlin

FYI https://github.com/bytecodealliance/cargo-component exists as an early implementation of the component model

Haven't looked into the details yet. Can look at it next week sometime

@mdickopp So for `Accept-Encoding: gzip. deflate, br` I don't really care which one of them are selected I think today we would select `gzip` but if you'd prefer `br` that's...

The crate which ran rust-gpu in it's build script was longer than 16 characters but I still seem to have the same problem even after making it shorter (8 long)

I changed that as well to be a very short name (`a-s`). Here is the output above the previous backtrace: ``` Finished release [optimized] target(s) in 0.04s Running `../../target/ark-shader-builder-rust/release/ark-shader-builder-rust --shaders-path...

@LucioFranco we've experienced this as well a lot seemingly randomly in prod and I wonder if you think these two issues could be related https://github.com/hyperium/h2/issues/636?

I've ran into the same problem which makes it impossible for me to run integration tests in CI since they never exit properly. I can't use the same hack @dpc...