Results 53 comments of Joyless

Hi, I would like to provide an update on this project now that it's effectively complete. I will close this issue soon. The JSONH language now has support for the...

__To track the resolved issues:__ - `GODOT_32` & `GODOT_64` & `GODOT_SERVER` & `GODOT_HTML5` have been removed from the documentation. - The pre-processor names can now be guaranteed not to change...

I should just mention that since this changes the name of the Mutex, shared mode won't lock correctly if you have two processes where one is using the current or...

> Super hard to accept prs that are hard to test :/ I don't think so... It's pretty simple. If you like, I can write a test to ensure two...

> Hey, just following up on this. Would you be able to add a feature flag in the settings to allow reverting to the old behavior if needed? I believe...

> Can someone please provide an example how to use ResponseFormat correctly. > > I tried different things in C#, none of them work, some even throw 500 internal server...

If they are being kept, you should replace `Concat(params T[])` with `Concat(params ReadOnlySpan)` to avoid allocations :)

> > If they are being kept, you should replace `Concat(params T[])` with `Concat(params ReadOnlySpan)` to avoid allocations :) > > Good point - we could also use `params Span`....

From what I can tell, this is just because `BsonMapper` sets `IncludeFields` to `false` by default. So the behaviour is functioning correctly. It would make more sense imo to set...

I understand. Please write a comment in the source code clearly explaining this reasoning, then I will approve.