congusbongus

Results 209 comments of congusbongus

In the interim, would it be ok to rework the level renaming system, i.e. allow loading gish levels without renaming, and have a mapping so that freegish loads gish levels...

What is the value of `errno` once `tinydir_open_sorted` fails? Are you able to step through with a debugger and see which line in `tinydir_open_sorted` it fails on?

iterate_sample uses tinydir_open instead of tinydir_open_sorted. Perhaps it's a different, similar issue? Also I meant which line in tinydir.h does the error appear. errono 2 is ENOENT https://learn.microsoft.com/en-us/cpp/c-runtime-library/errno-constants?view=msvc-170 which could...

FWIW one workaround is to convert to unix nanoseconds (i.e. `select toUnixTimestamp64Nano(ts)`) and convert the result back to the appropriate type afterwards (e.g. numpy or pandas datetime types). Python's native...

Yes this is eligible, but it may be too complex for hacktoberfest. When the window is resized, `HasResolutionChanged` is set to true, but if you look for references to it,...

check issues labelled "good first issue"

We've since changed the high score system so that entries are only produced when the campaign is completed. However we should still ensure that players can't replay the last mission...

the backup folder was created on migrating to visual studio 17 (2022) csproj.user is workspace settings for project, like startup project, so it shouldn't be source controlled

I don't know if this should be added, as you can see the project was removed previously and not added back. To avoid legal issues we should avoid adding it...