Niklas Hambüchen

Results 209 issues of Niklas Hambüchen

In https://tus.io/faq.html#how-do-i-scale-tus there is the annoying requirement: > You only need to ensure that there is no parallel access to a single upload resource from multiple tus servers. This seems...

enhancement

Clarifying things that confused me.

3. topic: documentation
0. priority: normal

I had to write some `Packable` and `Unpackable` instances for my own data structure and for this found the primitives in the package very useful. Unfortunately, they are not exposed,...

Hey, would you mind adding this library to Stackage? I'd like to add my library that depends on it to Stackage.

help wanted

I got this example segfault of somebody trying to use an executable statically linked with glibc and using the network. The stacktrace is of the program crashing in `gdb`; `stack...

CC @cdepillabout @flokli

enhancement
help wanted

My first shot at https://github.com/NixOS/nixpkgs/issues/61575 * [ ] Actually use `pkgsStaticShared` in the code * [ ] CI * [ ] Remove use of `pkgsStatic` * [ ] Kill my...

enhancement

`pkg-config` takes a `--static` flag to output `.a` files for `--libs`. We currently add those manually in `static-haskell-nix`. Instead, we should teach cabal to pass it, given that `.cabal` files...

enhancement

### TODO * [ ] Potentially concerning: http://userguide.icu-project.org/packaging > Users of your ICU must compile with -DU_STATIC_IMPLEMENTATION. Does that really mean that all downstream projects have to pass `-DU_STATIC_IMPLEMENTATION` to...

enhancement

In https://github.com/nh2/static-haskell-nix/blob/d24dea3d46a727e1cd93e67458ce2768109efe0a/static-stack2nix-builder-example/default.nix#L36 I pin the version of `nix` itself. I added that in the past because the upgrade from Nix 1.* to 2.0 created (if I remember correctly) different `.drv`...

question