Michael Aganier

Results 33 issues of Michael Aganier

On windows, I have associated my `.cdb` files with castledb executable such that when I double click them, it opens castledb. ![image](https://user-images.githubusercontent.com/20380758/158732674-11c84929-1aea-43fa-a1c3-bf6ffc5b14f9.png) ![image](https://user-images.githubusercontent.com/20380758/158732709-11843c5d-0e9a-47d0-8996-0b4b57170f0a.png) 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 ![image](https://user-images.githubusercontent.com/20380758/103982274-080cb100-5138-11eb-968c-dea744b613b4.png) 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: ![image](https://user-images.githubusercontent.com/20380758/161879001-782e16cb-34ad-497b-9ffd-df5ae97f9f0b.png)

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