Ian

Results 25 issues of Ian

See discussion https://github.com/99designs/gqlgen/discussions/2212 for more context. Given the following GraphQL schema: ```graphql interface Animal { species: String! } type Human implements Animal { species: String! name: String! } type Dog...

Converting the Go Raygui implementation into a normal C binding so we can get updates and bugfixes from the official raygui.h upstream.

**Describe the bug** The host's game can crash when another client connects due to the renderer reading from the map of entities at the same time that the new player...

If I use `...Filter().Get(...)` to retrieve a filter, I cannot then delete that filter: `Filter().Delete(&filter)` From the command line, I am able to add and delete filters as expected: ```...

needs investigation
missing information

**Describe the bug** HellSpawner uses the OpenDiablo2/dialog package for displaying some dialog boxes. The bug occurs when two things try to open a Yes/No dialog box at the same time....

**Describe the bug** `CLUSTER INFO` and `CLUSTER NODES` may return information indicating that a new cluster is up, `ok`, `connected`, and ready to use, even though it isn't. This can...

https://github.com/shinken-monitoring/mod-livestatus/issues/74 mod-livestatus was unable to retrieve a contact's host notification period and service notification period, and consequently, was also unable to determine if a timestamp fell within those periods. This...

I am building a Windows DLL from my Linux machine using mingw. The build succeeds without errors, but when I copy the DLL over to my Windows machine and open...

documentation

While troubleshooting the error below, I have to wait 60+ seconds between each attempt because Godot completely freezes while the Git plugin is performing any operations. Could this timeout be...

enhancement

In the admin UI, the foreign keys are changed from non-useful things like "1" and "45", into the strings they are meant to represent, like "Rock" and "Classical". In the...