sternenseemann

Results 106 issues of sternenseemann

Two minor things CCL complains about and refuses to compile.

I've tried to get `FractalArt` to compile on darwin with nix using the following override: ```nix FractalArt = overrideCabal super.FractalArt (drv: { executableSystemDepends = [ darwin.libobjc ] ++ (drv.librarySystemDepends or...

Might sound irrelevant but is a bug I encountered in cgo whilst debugging my own Gopher server. As defined in the [Gopher RFC](http://www.ietf.org/rfc/rfc1436.txt) there is a file type for an...

Currently it is not possible to build gitin with the latest libgit2 version

Not sure, if this is even intended. Just reporting it to be sure. ``` Configuring library for socket-0.8.2.0.. Preprocessing library for socket-0.8.2.0.. AddressInfo.hsc:169:16: error: use of undeclared identifier 'AI_ALL' hsc_const...

socketToFd invalidates the socket to the rest of the API like close would, but returns the file descriptor instead. This is useful to have if you need an destructor of...

shutdown is useful since it can be used to send a TCP FIN which in turn requires the other side to close the connection as well making it possible to...

I am currently trying to add systemd socket activation to my `socket`-based application. Therefore I have to construct a `Socket` from a file descriptor, similarly to `Network.Socket`'s [`mkSocket`](https://hackage.haskell.org/package/network-3.1.0.0/docs/Network-Socket.html#v:mkSocket) and also...

Building the lowdown shared object on macOS will currently fail like this: ``` clang -shared -o liblowdown.so.1 autolink.o buffer.o diff.o document.o entity.o gemini.o html.o html_escape.o latex.o library.o libdiff.o nroff.o odt.o...