Matthew Bauer

Results 55 issues of Matthew Bauer

It would be useful to also read system logs with this package. For instance, ```journalctl -u .service``` works with systemd.

Some binaries use $0 sniffing to determine what mode to use. So, we want to propagate the argv0 we are using so we can use these programs. A good example...

If we don’t have an output_name, but we have only one output, just use that. This makes things easier to handle so that plug-and-play just works. For multiple output setups,...

This uses the non-local goto sigsetjmp function to continue cleaning up after a SIGINT or SIGTERM has been caught. Normally, SIGINT or SIGTERM signal the end of the program and...

Hi, I've been using smart-hungry-delete regularly now and it seems stable. Can you make a versioned release so that it can be included in the MELPA stable set?

This existed at one point: https://github.com/reflex-frp/reflex/blob/3a6f208d7acea8504f68b6a71a3d7bcf3f461768/test/Reflex/Test/CrossImpl.hs#L240-L245 but currently CrossImpl test suite does not test the incremental merging. To catch bad bugs like was fixed in https://github.com/reflex-frp/reflex/pull/389, we need some better...

Reflex-platform accepts the "packages" attrset that maps local packages Cabal names to the local directory containing the developed source code. This directory could have caches, backups, or other garbage files...

enhancement
Medium Severity

So, I'm not sure if you're aware, but NixOS channels already come with a similar index called "programs.sqlite": https://github.com/NixOS/nixos-channel-scripts/blob/master/generate-programs-index.cc It works similar to nix-index, but it only handles files in...

enhancement

I didn't think it did this before, but if you don't have a nix-index created, it reports an error: ``` error: reading from the database at '/Users/baumatth/.cache/nix-index/files' failed. This may...

enhancement

When writing a shebang script, you expect your path to be relative to the script, not the cwd. We previously handled this correctly for relative file paths, but not for...