Yannik Sander
Yannik Sander
I try to make a generic wrapping type partially as a workaround for #147 e.g.: ``` struct Wrapped { inner: T with: () } impl Wrapped { parse() -> impl...
Yes. I see that it is necessary for multiple fields or record variants, but for single ones some kind of surgar would be nice.
The actual goal is to list all "additional" commands. We want to show those commands exist without taking too much vertical space. The indented bit was a copy paste error,...
> There's also footer :) That's past the option listing 🙃
I'm still pretty much in need of this... for now I came up with this approach using `const` generics. Putting this here with the hope this might be helpful to...
Been originally waiting for the python based testing to get merged before and the floxhub dev intance to become available. The latter seems past us now. I'd like to revive...
further breakdown: - [ ] https://github.com/flox/flox/issues/1734 - [ ] support for flakerefs in manifest.lock - flakeref variant of locked packages? generally a locked package already contains flake information where the...
`nix eval` is not using the eval cache at least for expressions, thus my comment about using cpp to get a cursor and use that to evaluate packages. For installables...
This issue should be more general then. At least the python hook is also doing a `pip install` (or equivalent).
are we still working? i dont think so..