Philipp

Results 7 issues of Philipp

If a PNG file is sixel-encoded with `img2sixel` using argument `-e` (monochrome) the first column of the output image is missing: ``` $ img2sixel -e image.png > image.sixel ``` (This...

bug

I’d like to announce that I’m working on a collection of Fortran 2008 ISO C binding interfaces to [libgit2](https://github.com/libgit2/libgit2), as this dependency was discussed in #136 and #166. Just in...

How can I run an HBMQTT broker instance inside a Python thread? The following minimal example doesn’t work: ``` import asyncio from threading import Thread from hbmqtt.broker import Broker class...

Trying to build qengine on FreeBSD: ```shell $ mkdir build $ cd build/ $ cmake -DBUILD_SDL=OFF -DBUILD_DOCS=OFF .. ``` This fails, as the following include has to be added to...

bug
good first issue

### Description Given is an Asciidoc source file `foo.adoc`. If translated with _asciidoctor-multipage_ using the command-line argument `-o`, the passed output file name is ignored in the ToC: ``` $...

Compiling `Sources/Engine/Base/SDL/SDLInput.cpp` failes with: ``` /tmp/Serious-Engine-master/Sources/Engine/Base/SDL/SDLInput.cpp:727:12: error: cannot initialize a variable of type 'Uint8 *' (aka 'unsigned char *') with an rvalue of type 'const Uint8 *' (aka 'const unsigned...

Running CMake on FreeBSD 11 leads to: -- Checking for one of the modules 'libmng' CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:641 (message): None of the required 'libmng' found