vobloeb

Results 14 issues of vobloeb

Since `finally` uses C++ RAII and calls its callback in a descructor of a C++ class, it is not possible to throw an exception in exit rules of a listener....

`www.go` is not up to date, it contains older JS which does not work with the backend. Currently, `go build` successfully builds the executable which does not work, and it...

for example ```scala @main def ooo(@arg(short = 'j') concurrency: Int=1, vals: Leftover[String]): Unit = { } ``` should allow `-j16` as `-j 16`. currently `-j16` goes to leftover

`small_vector.MoveAndCopyTrivial` fails with GCC 12.3.0 (no problem with GCC 9.x 10.x 11.x 13.x) log: ``` [==========] Running 55 tests from 2 test suites. [----------] Global test environment set-up. [----------] 54...

Unlike `cache.nixos.org`, `nix-serve`'s `.narinfo` files have no `CA:` field. As the result, FOD's downloaded from `nix-serve` are not marked as FOD locally. It is a minor issue which have subtle...

It would be very convenient to have `URL::join` function to construct a new `URL` from an existing `URL` and a relative path (for example one from `Location` server header on...

**Describe the bug** `patchelf --set-interpreter` following `patchelf --set-rpath` may produce broken executables `patchelf --set-rpath` following `patchelf --set-interpreter` works well for the same files **Context** The latest released LDC for i686-linux...

bug

**Describe the bug** `patchelf --set-rpath ${stdenv.cc.cc.lib}/lib node` produces broken executable with `patchelf-0.17.2` and `patchelf-0.18.0`, no problem with `patchelf-0.15.0` the resulting executables crash with Segmentation Failed `ldd node` produces no output...

bug

So far on-clip WiFi is not working, a WiFi dongle on USB OTG could allow application developers to go on without waiting. USB OTG does not seem working too :(...

I think it worth to separate lighthouse and edge code, and likely binaries too (`nebula-edge` and `nebula-lighthouse`). Although they have a lot in common and the current code unification makes...