Michael Aganier
Michael Aganier
On windows, I have associated my `.cdb` files with castledb executable such that when I double click them, it opens castledb.   But when I double click the files,...
The Tile column type doesn't seem to work on Linux. I have a simple project folder with a .cdb file and .png image files alongside it. When I open the...
I need to use special characters in my sheet name such as 'my-table-name', but castledb gives me an error  It seems to only accept alphanumeric characters, anything else gives...
I have an excel spreadsheet which I'm trying to convert to castledb. I created my columns in castledb exactly like they are in excel. Copy the data from excel, paste...
I get a couple of errors when trying to compile thpool.c ``` -- Configuring done -- Generating done -- Build files have been written to: D:/msys64/home/Projects/test/bin D:/msys64/home/Projects/test/src/lib/thpool.c: In function 'thpool_pause':...
On this line https://github.com/jarikomppa/soloud/blob/1157475881da0d7f76102578255b937c7d4e8f57/src/audiosource/speech/klatt.cpp#L762 Uses this macro https://github.com/jarikomppa/soloud/blob/3346bbc3c69ec3869337351dadde357b687b241e/src/audiosource/speech/klatt.cpp#L100 See the issue? The use of the macro only assigns `stress` to `stressdur` without doing anything with it. Is this intended? If...
I tried running the hybrid occlusion in unity 2020 LTS but the occlusion doesn't work, the documentation says it should occlude something but mine shows 0 occluded: 
I have an issue with `cute_threadpool_kick_and_wait` resulting in intermittent segfaults when using the SDL implementation. I allocate memory then I pass this memory to the task function to do some...
I found a memory leak happening here https://github.com/RandyGaul/cute_headers/blob/3510be718b7657d41d05b6aa33b577e89ed13b30/cute_tiled.h#L2147 I think the respective free calls are missing