Results 46 comments of Magnus Hoff

Perhaps distribute via brew? https://github.com/Homebrew/brew/blob/master/docs/Bottles.md Something like https://github.com/Homebrew/homebrew-core/blob/master/Formula/ripgrep.rb ?

This issue is about the asset building pipeline and how best to implement it for this project. ("integrated" would be by way of `cargo build`, "separate" would be separate from...

Hi! Thanks for your nice words :) This is a feature I would like to have in Sausagewiki. I'd prefer implementing this feature by using the [Accept](https://github.com/maghoff/sausagewiki/issues/24) header rather than...

The title of this issue does not exactly match the detailed description. It seems that adding a feed can fail in multiple ways. I seem to experience problems with adding...

A workaround for this problem is to give the absolute path of the output directory on the command line, ie instead of `--output-dir docs`, `--output-dir /full/path/to/docs`.

@wold5 You'd need to format the path exactly like [`fs::canonicalize`](https://doc.rust-lang.org/std/fs/fn.canonicalize.html) does. I think you'd get paths that start with `\\?\` in that syntax. But I'm no Windows guru. If you...

I propose that the current variant of `cat` is entirely unnecessary. What I would expect `cat` to do is taking the contents of a file, and blindly writing it out...

unconed: Sounds like a good start! But I am curious; how would it decide what to do with which types? For example, while JSON+JSON in general doesn't make any sense,...

I'm on 10.6. Compiling from source solved the problem for me. However, I will let the issue stay open, because failure to work with no error message might be worth...

I'm new to this whole "credentials over Unix sockets" thing, so please bear with me. Is this issue supposed to address the `SO_PEERCRED` mechanism (in Linux, corresponding to `LOCAL_PEERCRED` in...