Profpatsch

Results 462 comments of Profpatsch

`strace -e trace=%file` and probably the last file before the crash, something where the syscall returns `-1`.

@NANASHI0X74 The basic state of the project is that it works, some (many?) people use it as their daily driver, it has a few quirks, but not a lot of...

@nyarly you are using stream_events right? Do you wanna try this out, in case I added a typo somewhere?

> * Add some specific lorri specific workaround for this: meh > > * Make `mkShell` populate `MANPATH`: while this seems sensible, it'll likely not fix the problem for a...

Maybe there could even be a way to block the build system until the rebuild is finished? That would trade speed for correctness, but if you e.g. changed one of...

I kind of solved it with this hook: ``` elisp (add-hook 'clojure-mode-hook (lambda () (when (member 'cider-mode minor-mode-list) (cider-eval-ns-form)))) ``` I don’t know if there are any bad side effects...

I just implemented the same, because it’s such a common function when dealing with Foldables ``` -- | Applies a mapMaybe filter to every input element in the fold. --...

Having a published paper at the Scheme conf really piked my interest in this, I’ll try to read the paper when I find the time. Nixos does have a quite...

@tomberek iirc @edolstra has started adding intensional features to nix, not sure whether those conform to the ideas in this RFC.