s-ol
s-ol
I have the same issue, Tupfile: ``` .gitignore CXXFLAGS += -Iinclude -I. CXXFLAGS += -Wall CXXFLAGS += -g : foreach client/*.cpp common/*.cpp |> g++ $(CXXFLAGS) -DCLIENT -Iclient -c %f -o...
great library btw - i tried embedding a couple others on Arduino and they were either too bloated or flat out didn't work (not not compile, but crash etc). This...
just ran into this on an Arduino as well; this did the trick for me as a quick fix: ```C++ #define htonl(x) ( ((x)>24 & 0x000000FFUL) ) #define ntohl(x) htonl(x)...
:+1: For now I think we should focus separately on the issues with the GLFW and WM integrations I have been mostly posting about and the more subtle problems e.g....
It would make sense to open up the API to accept at least a msgpack Buffer directly on the client, if not the decoded JSON directly. This would make it...
I'm also having this problem and so far haven't been able to download any images. ``` Body Firmware: 2.8 gphoto2 --version gphoto2 2.5.28 Copyright (c) 2000-2021 Marcus Meissner and others...
@msmeissn: At some point it "randomly" started working sometimes, I then changed USB cable and it started working always (or most of the time?), albeit with rather long and variable...
You need to zoom in the first picture, the triangle corners don't line up with the background next to it, but in urxvt they do. Bitmap fonts also work, but...
That's weird though, because the background in urxvt also extends for the whole line's height, you can fill the whole terminal with it.
@rr- you mean specifying a height, or in the C source? If the latter, can i see your fork somewhere?