Quentin Quadrat
Quentin Quadrat
Hi, this is really a nice work, this can become a greater tutorial but I think it needs some improvements because, I'm a beginner, and not everything is straightforward to...
Any idea on how to emulate digitalRead in https://github.com/ChrisMicro/ArduinoOnPc/blob/master/src/cores/arduino/wiring_digital.cpp#L35 ? - Keyboard cannot be used since can interfering with serial link. - Like kernel polling files and doing some `echo...
Not a real problem but I got plenty of makefile rules (generated by CMake) depending on the "assimp::assimp-NOTFOUND" file making failed the build. Removing them and adding the `-lassimp` in...
Could be nice to fix some -Wold-style-cast warnings: ``` In file included from backward-cpp/backward.cpp:36: backward-cpp/backward.hpp: In member function ‘virtual backward::ResolvedTrace backward::TraceResolverLinuxImpl::resolve(backward::ResolvedTrace)’: backward-cpp/backward.hpp:1788:47: warning: use of old-style cast to ‘Dwarf_Addr’ {aka...
Hi ! This project seems promising but the README should describe a little more the goal/achievement and what this library is offering and doing more smoothly than other existing projects...
Try this code, it is not working (Firefox 52): ```: FOO DUP + ; 42 FOO . ``` and will print `` instead of `84 ` while this code works:...
Let suppose a member method like this: ``` void Foo::bar(godot::String const name); ``` If we want to make it uses for GDNative script, we have to export it: ``` godot::register_method("bar",...
Hi ! Thanks for your repo. It helped me ! If you are interested, I have a fresh version of the code at https://github.com/Lecrapouille/OffScreenCEF and do not hesitate to make...
Hi, nice work! unfortunately, it seems that we cannot save the parameters of the network for working back later. It can be interesting to save and load an ASCII file.
I'm testing your project right now. Could be nice to create a pkg-config file like in: https://github.com/sebastiandev/zipper/blob/master/zipper.pc.cmakein Or for Makefile: https://github.com/Lecrapouille/MyMakefile/blob/master/Makefile.macros#L165 sudo make install will install it: https://github.com/Lecrapouille/MyMakefile/blob/master/Makefile.macros#L181 https://github.com/Lecrapouille/MyMakefile/blob/master/Makefile.macros#L63 (not...