Guilherme Recchi Cardozo
Guilherme Recchi Cardozo
If anyone else comes accross this issue, I believe the problem is related to #18: bimpy does not allow the user to customize its initialization, for example, it sets the...
I was trying to use bimpy + OpenGL to study a little bit of computer graphics. But as you say bimpy hides "all the window/OpenGL stuff from the user", so...
After adding the cl.exe compiler folder to my PATH I started to get errors when opening nvim. I tried to setup Visual Studio 2022 console variables (PATH, LIB and INCLUDE)...
`merge` is actually implemented on `err-stash` [here](https://github.com/ESSS/err-stash/blob/master/err_stash.py#L861) and for now we don't know whether it succeeded or not.
> I didn't really want to include "extra stuff" in this project that would just have to be removed, but also didn't want to create an entire new repo for...
> I think you can have a workspace with multiple solutions like I do with Qt Creator? That's right, I can probably compile Godot and add as project (`.vcxproj`) to...