Lach

Results 227 comments of Lach

There is an unofficial netbird client for android, which supports android tv: https://codeberg.org/bg443/JetBird

I need to re-sync my standard tests status, or better yet, add them to automatic testing. I have done it manually before, as the golden tests often didn't match jrsonnet...

Was testing this change, and have encountered that fetching wasm doesn't work, as it seems like fetch() with file urls does not support reading files from DenoRtSys This does not...

Current version of jrsonnet incorrectly propagates super in case if it doesn't exists, i.e ```jsonnet { a: 42 } { y: {} { "false": "a" in super } } ```...

I'm not even importing wasm using import statement, in code it is used by `WebAssembly.instantiate(fetch(...))`

Oh, got it, so using --include it is still being analyzed as wasm module imported using import statement Should it then be safe to not add it to the module...

Related: https://github.com/denoland/deno/issues/27505

Is there prebuilt scala-native binaries somewhere? It is hard to build scala packages using nix, and I want for benchmarks to be reproducible by anyone. I can build it myself,...

> Please also include details on how benchmark was done, i.e. how many runs were done and what was measuring them. Benchmarking code is open, benchmarks.md file is fully autogenerated...

> def bench() = while(true){ API usage is out of scope for those benchmarks, Rust implementation can also greatly benefit from preserving some context between runs, but those benchmarks measure...