Daniel Fabian
Daniel Fabian
ah, interesting, I'll look at it. And to answer that, yes, totally. In ZFS I have tons of datasets. In particular my user's home directory is a dataset.
so which file exactly do I have to move then? Is it the encrypted sops file, or what?
thanks, I'll give it a go.
thanks, this worked. In the end, I just use the host's SSH key and it's fine.
What makes the rust style raw strings more difficult to implement? It's not a regular grammar, but any grammar that can handle parentheses should be able to express it no?...
The idea seems to be related to FAKE from F# or the Zig language as per the mentioned thread.
@leodemoura, @Kha please tag this as `help wanted`, if you're happy with it, so we can invite outside contributions on the lib. I've helped with the RFC, am supportive of...
this feels like fairly orthogonal. How are tactics related to `List.nth` or `bimap`? Those kinds of trivial functions that every functional language wants to have really, really don't want to...
I get the argument, but only half way. By having a richer library, you can express some idioms more concisely using a helper and if the code needs to change,...
@gebner What we are after here are the equations you see in the pattern match. So if your pattern match contains 5 lines in the source code, we need a...