Bost
Bost
No rush :) just a little bit of pressure from over here :) Anyway thanks for a prompt answer.
I, Rostislav Svoboda, give permission to license my contributions to Rash under MIT/Apache 2. I've used the email address Rostislav.Svoboda at gmail dot com.
I'm starting to realize the situation around the `?` and strings delimited by `"` / `'` or undelimited at all, is complicated in any shell not just in rash. To...
Regarding "command line arguments not retained", it looks like this mitigates the problem, even though not completely solves it: ```elisp (defun my=restart-spacemacs-guix--start-gui-using-sh (&optional args) "Start GUI version of Emacs using...
> Could you put these all in a .guix folder or similar? I'm unfamiliar with the conventions but would prefer to keep the files sandboxed inside a single folder. Done....
> What's the difference between rde and providing a manifest [like this](https://github.com/gagbo/xile/tree/master/guix) that users can use to manipulate their profiles as they want ? AFAIU the manifest file just declares...
> I will have to defer to @gagbo on this one as I live more in the gentoo world when it comes to packaging and deployment. Is there perhaps a...
> Could you put these all in a .guix folder or similar? I'm unfamiliar with the conventions but would prefer to keep the files sandboxed inside a single folder. Done....
Thanks for pointing out the `rfs/some`. However there's something about it: ```clojure (require '[net.cgrand.xforms :as x] '[net.cgrand.xforms.rfs :as rfs]) (into {} (x/by-key identity rfs/last) [1 2 3 4]) ;; =>...