Quentin Quadrat
Quentin Quadrat
Install the project... -- Install configuration: "" -- Installing: /usr/local/lib/libipfs-http-client.a -- Installing: /usr/local/include/ipfs/client.h -- Installing: /usr/local/include/ipfs/http/transport.h -- Installing: /usr/local/include/nlohmann/json.hpp But nlohmann/adl_serializer.hpp is not copied while present in ./build/_deps/json-src/include/nlohmann/adl_serializer.hpp Therefore this...
Hi! I understand how conv4 works and padding works (the website doc is beginner friendly) but I do not understand all parameters of the tuple. - Inside Julia `? conv4`...
Hi ! Citybound is a promising SimCity-like. You wrote in your devblog that it was designed for educational purposes but unfortunately it's difficult (for me) to understand the code: I...
Hi ! The `addLink` function creates nodes if they do not exist. The data parameter of this function attaches ... data to the link. But what about created nodes ?...
For Debian 9.3 (amd64) In RuntimeCompiledCPlusPlus/Aurora/CMakeLists.txt at line 109, you missed the link with Xrandr. The correct line should be: ``` set(GLFW_LIBRARIES glfw X11 Xrandr pthread) ``` else this will...
I may be wrong but it seems that it is not possible to remove a trace or move it to other position call. In my case I'm debugging my OpenGL...
Hi ! this is not an issue. I get inspired by your library. I need to store style and fg color in a variable for a postponed usage. Here is...
Hi ! This is probably not a big issue but because `def delete(self):` is public and calls `def _delete(self):` should not we clear nuppy array as well as internal states...
Hi, Seems to me that the compilation Just-In-Time (JIT) is an old technique (~ the 80s). Why this technique is not used nowadays in modern Forths which keeps using virtual...
Hi some times ago, I wrote a personal basic IDE in GTK+ for editing Forth scripts. It's doing some basic stuffs like word completion, color highlighting (like immediate, unknown words),...