sternenseemann
sternenseemann
This is still a problem and nginx rewriting gitit HTML shouldn't be a solution to anything, really. `absolute-urls` already fixes all internal wiki links, but static files, all links in...
I've tried getting to work the latest version of MathJax as well with no luck, seems like there were significant changes which break the way gitit uses MathJax. You'll have...
That does work, but now we have a new linker error: ``` Linking dist/build/FractalArt/FractalArt ... Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_NSString", referenced from: objc-class-ref in wallpaper.o "_OBJC_CLASS_$_NSWorkspace", referenced from: objc-class-ref...
Okay, it seems like [OpenBSD's `netdb.h`](https://github.com/openbsd/src/blob/master/include/netdb.h#L158-L169) doesn't contain those flags although POSIX requires it. I guess then this more or less an non-issue for haskell-socket? Feel free to close, if...
Getting the following failures on NixOS with OCaml 4.10 (with 0.7.0 not master): ``` == Testing Int40 == test `An integer should perform logical-not correctly` failed on ≥ 1 cases:...
It would be possible to rework the build infrastructure to support cross-compiling as well. Those probably should be statically linked then to avoid any issues running them.
See also #1626 and . `NODE_PATH` support seems to have been dropped.
I don't know actually, but the browserify documentation currently states that it does work — and in multiple places at that. See: * *
The close in `resolve` indicates that, I'd say, but I suppose there is also a possibility this is an unintentional regression in `browserify` and it is indeed a bug (I'd...
This seems to be caused by this issue: Unfortunately it seems like this has been dubbed an intended behaviour although all documentation still states that `NODE_PATH` works. This is especially...