Moritz Angermann

Results 63 issues of Moritz Angermann

While experimenting with conduit, I found `sinkFile`, but had more use for an actual `singAppendFile`. Would a PR with that make sense? ``` sinkAppendFile :: MonadResource m => FilePath ->...

When building with build bots, the "archive" is build. After adjusting the `should_open_build_dir` , so that trying to open the folder does not result in an error. ``` def should_open_build_dir():...

This adds support for a `utm.socket` that can be used to list, start and stop VMs. It allows controlling `UTMData` through a socket (if UTM is launched with `--with-socket`): ```...

The AST is used in the `llvm-pretty-bc-parser` as well, and could be useful on it's own, would it hurt to split `Text.LLVM.AST` into the IR data representations (`Data.LLVM.IR`) and the...

As we can see in https://github.com/haskell/cabal/blob/7fec503aa7b27d1aa57e8c30a38c78cd03d1d6ea/Cabal/Distribution/Simple/Install.hs#L88-L90 If a package has only a test-suite or a benchmark, we'll end up with ``` Setup: No executables and no library found. Nothing to...

I also have the following `user-data.yaml` ``` #cloud-config write_files: - path: /root/install-nix.sh content: | #!/bin/bash set -x set -e export USER=$(whoami) export HOME=/root wget http://zw3rk-pub-bucket.s3.amazonaws.com/nixos-system-x86_64-linux.tar.xz tar -xf nixos-system-x86_64-linux.tar.xz cp /root/.ssh/authorized_keys...

I've run into a case where `--cross-safe` was issuing fatal warnings, because `let` was used. However that was guarded by an `#if`. **And** the relevant define was given via the...

- [ ] I have ... ### Comments ### Issue Number

Test Pull Request