Nicolas F.

Results 20 issues of Nicolas F.

Let's say I proxy my wiki using nginx to `/wiki/`. The serving of static files and such will break with this. Currently, the documentation appears to insist one should use...

The generation appears to be successful, but does not yield valid D code. One of the issues appears to concern overloads, the other appears to be a problem where module...

For people using an embedded or linked-to prefilled client in the form of `https://kiwiirc.com/nextclient/foo?channel=#bar`, it could be useful to have an additional option `&nopass` or similar to hide the "I...

client builder

On Arch Linux: ``` $ ./prusacontrol_0.9.4.415_beta.AppImage Traceback (most recent call last): File "./PrusaControl-master/main.py", line 10, in File "./PrusaControl-master/controller.py", line 21, in ImportError: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var $ objdump -T /usr/lib/libfontconfig.so.1...

I ran into a bug today when my package manager automatically losslessly optimised the PNG images that PrusaControl uses: it doesn't have proper logic for loading them. So I've fixed...

1. Don't render an edit form for comments that can no longer be edited. 2. Use the markdown editor that has a preview, because duh. 3. Don't make the infobubble...

Currently it is fairly simple to manipulate the tracker's download statistic by simply writing a bash one-liner that repeatedly curl's the tracker to announce to it that a download was...

help wanted
component/middleware

With mpv more and more depending on libplacebo, it makes sense that people would be able to use mpv-build to try out bleeding-edge mpv features (gpu-next) that depend on a...

There are still lots of warnings, mostly related to dangerous casts, but it compiles and is able to show the help output with GCC 5.2.0. ## Makefile - `COMPILER_OPTIONS` was...

If `quit` is called on the client, it is not removed from the eventloop as it should when it disconnects. This means `run()` does not return even if there are...