sternenseemann
sternenseemann
PRs from staging-next usually never cause ofborg to request reviews from package maintainers because the change count will be high enough even in the beginning to prevent it. However the...
`ctypes` 0.18.0 merged the threaded and unthreaded sub package for `ctypes.foreign`. As a result, building bap-bindings fails with the following message: ``` /nix/store/v02f2lbgkrdawgxzgqpy4gs57caqqn0i-ocaml-findlib-1.8.1/bin/ocamlfind opt -o _build/bap/generate -linkpkg -package bap,bap-plugins,ctypes.stubs,ctypes.foreign,findlib.dynload,bap-main _build/bap/lib/bindings.cmx...
Tests seem to depend on ordering ultimately coming from unordered-containers and thus unstable. ``` Running 1 test suites... Test suite casing: RUNNING... Tests Data.Aeson.Casing.Test snake: OK camel: OK pascal: OK...
Sadly, there doesn't seem to be a portable way to specify the line length for the `base64(1)` tool (since it is not part of the POSIX standard as far as...
Could be an interesting thing to try out and limit effects, i. e. shaping our very custom effects.
I believe `network` should now offer everything we need and `socket` has become unmaintained, dropping out of Stackage Nightly recently.
We have a map like this: ```haskell M.Map FilePath GopherFileType ``` The configuration option could look like this, allowing to override the mapping: ```json { "file-types": { "apng": "I" }...
We always use the binary file response which we should probably resolve to call ourselves a RFC1436 implementor although binary file responses work well enough.
Seems like we need to introduce an dependency on `async` for #42, so converting the other threading stuff to `async` could be interesting.
The bad thing currently is that the configuration has to match in two places: a) the `spacecookie.socket` file and b) the `spacecookie.json` config. This can be improved by: * Learning...