jak6jak
jak6jak
In the c++ tutorial would it be possible for you to cover typedef? Most of the tutorials online cover really simple cases like: `typedef int int_t;` Godot sometimes uses typedef...
I tried installing dalai with docker on windows. Currently I am getting the following error when I try generating a response with debug mode on: ``` root@7788cdbedf9c:~/dalai/alpaca# /root/dalai/alpaca/main --seed -1...
I am using cppyy to create bindings for flecs: https://github.com/SanderMertens/flecs which is a C library with a C++ interface option. Unfortunately, this library is an avid user of const char...
Hello I was following the tutorial up to page 57 and I noticed that sometimes I am able to get the mouse to 'stick' to flying even when my space...