Niklas Hambüchen

Results 370 comments of Niklas Hambüchen

> The patch attached to this pull request makes some assertions in the documentation but doesn't actually implement any functionality. Not sure what you meant - it does implement `hid_error`...

Also note this is very similar to https://github.com/jeaye/nixos-in-place/issues/37; though I only found that issue after I had already written the above. Probably something in there can be used to remove...

@srid There should most likely be the possibility, however for Hetzner and many other hosters, doing a clean (not `-in-place` hooked on another OS) installation got much easier, and I...

Turns out this was because my `/mnt` was mounted with the `noexec` (is it possible that this is the default in Ubuntu 16.04?). I solved it with `mount -o remount,exec...

> is it possible that this is the default in Ubuntu 16.04? Looks like the answer is no, and that this is just some "security improvement" shipped by default by...

I agree that it's not the script's job to remount `/tmp`. I wonder though if it could check whether scripts from `/tmp` can be executed at the start, because the...

For the case of building with stack, I found that `stack exec -- myprogram` using mueval works fine, but I cannot just copy the executable to somewhere else and execute...

I noticed this as well a few days ago. Another case to compare: ``` > "a/b" ~~ "*/b" False ``` @Fuuzetsu I'm not sure whether your fix is correct, as...

I'm not sure if my fix is correct either, that depends on what semantics we want. @bos what do you think? On July 12, 2015 7:02:23 PM GMT+01:00, Mateusz Kowalczyk...