Anthony Cowley
Anthony Cowley
I've been using Chart with the Diagrams backend (itself using the Rasterific backend) and been very impressed. One thing I haven't been able to figure out how to do is...
Rather than the current business of passing `-framework` flags directly to GHC in the generated `default.nix` files, we should add `with pkgs.darwin.apple_sdk.frameworks; [$frameworks]` to `systemDeps`.
I didn't find reference to this issue, so I wanted to ask it as broadly as possible: is there an intention to better support cabal flags such as compiler version...
Although there is a check that `minor` is `
This library is required when building with comgr. Not linking it as done in this PR can be worked around by having it available on the runtime linker's search path...
The `rosbag2-bag-v2-plugins` package did not build out of the box for me with the following error, ``` > -- Checking for module 'roscpp' > -- No package 'roscpp' found >...
I set out to write a demo of ingesting CSV, modifying the data, and outputting CSV based on a request I received. That demo is included here, but in doing...
I find the idea of `org-tidy` very appealing, and thank you for making it. A problem I've run into is that with a large org file (~60k lines), saving can...