Niklas Hambüchen

Results 207 issues of Niklas Hambüchen

[F.21: To return multiple “out” values, prefer returning a struct or tuple](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-out-multi) currently suggests: ```c++ // GOOD: self-documenting tuple f(const string& input) { // ... return make_tuple(status, something()); } ```...

I just spent an hour trying to figure out why ```sh bupstash put / --one-file-system ``` didn't work as expected (it still recursed into `/dev`) until added some debug prints...

enhancement
user experience

I achieved this output: ``` [2.75TB sent, 95.37MB/[09216m1.635s put duration ``` for something that eventually took this long: `52091.70user 27225.64system 153:36:08elapsed` The leading zero is extra suspicious.

cosmetic bug

First off, thanks for zapcc, it seems like a big chunk of engineering. Last week I tried to introduce it as an alternative compiler in my project, and did get...

Hi, here's a feature request and associated question. It would be great if `android-file-transfer` could show the size of the file next to the name. From https://medium.com/@bandan/media-transfer-protocol-and-4gb-file-transfers-effe74663a63 I know that...

enhancement
UI

From the README: > `builtins.fetchurl` or other network builtins are used (e.g. in [nixpkgs-mozilla](https://github.com/mozilla/nixpkgs-mozilla)) Can we have a concrete example in the README that explains what kind of change it...

> Linux has limited support for using epoll as a mechanism for asynchronous I/O. For reads to a file opened in buffered mode (that is, without O_DIRECT), if the file...

Hey, this looks really slick, great job! There is a similar tool out there currently, [`haskell-indexer`](https://github.com/google/haskell-indexer). Are you aware of it? If yes, could you shortly compare it to your...

Here is my first try at implementing error messages for the Linux/hidraw implementation. - I used a thread-local variable for non-device error messages. - Non-device errors can be obtained by...

This describes how you can use `nixos-in-place` to create a NixOS Snapshot on [Hetzner Cloud](http://hetzner.de/cloud), from which you can then boot more NixOS machines. I am currently working on implementing...