Théophane Hufschmitt
Théophane Hufschmitt
I packaged an executable depending on `libEGL` with sparkle, and although the resulting jar can be run locally, it fails on an amazon EMR cluster, with the error `libEGL.so.1: :...
`nix --help` won't run with an invalid config file, so that's not a really good suggestion. Point to the manpage instead. This isn't totally ideal either since the man page...
**Is your feature request related to a problem? Please describe.** The Nix evaluator is very performance-sensitive (getting in the hot path in a lot of use-cases), however it’s never tracked,...
**Is your feature request related to a problem? Please describe.** The Nix CI is _slow_ (between 45mins and 1h per run). This means that for a number of PR -...
Since https://github.com/tweag/rules_haskell/pull/442, the evaluation of the workspace of a rules_haskell-enabled repository takes an insane amount of time because it requires `nix-build`-ing every transitive haskell dependency, which easily means more than...
**Is your feature request related to a problem? Please describe.** Inside a (typed) polymorphic expression, it isn’t possible to annotate the type of an intermediary expression with the type variable....
**Is your feature request related to a problem? Please describe.** Maybe I just missed it, but it seems that there’s no way to define (name) custom static types. **Describe the...
**Is your feature request related to a problem? Please describe.** The only way in Nickel to load some external code is by hardcoding its path (relative or absolute) in the...
**Is your feature request related to a problem? Please describe.** It would be very nice to allow nickel scripts to be easily parametrized. For example one could imagine a nickel...
I've been meaning to try `deploy-rs` for my systems, but it turns out that it doesn't work if the closure to deploy contains some content-addressed derivations. For example given the...