Eric
Eric
This feature PR adds two new key press event, one for pressing a key and one for releasing a key. The distinction is that the precise key press events include...
This pull request performs the following: - Updates the project from SDL 2 to the latest version of SDL 3. - This lays the groundwork for later commits which provide...
As introduced here: https://code.visualstudio.com/blogs/2018/07/12/introducing-logpoints-and-auto-attach#_introducing-logpoints > Observation: Traditional debugging workflows are most focused around slowing down execution to inspect program logic, while logging workflows usually involve inspecting program state and how...
# Reproduction Steps 1. Create a Flixel sample project, with this PlayState: ```haxe package; import flixel.FlxG; import flixel.FlxState; import flixel.text.FlxText; class PlayState extends FlxState { override public function create() {...
I think that adding some new features to the hover hints for VSCode would drastically improve the ability to write concise documentation. ## Context [Hover Hints](https://github.com/vshaxe/vshaxe/wiki/Hover-Hints) display the documentation of...
The issue occurs when using `Slider` components and setting the `snap` value to less than `1.0`. It appears that the `snap` value is being rounded up to the nearest whole...
Example item: ``` - [/funkg/pedia](https://funkinchan.club/wiki/Main_Page) - /funkg/ mod wiki. ```
The arguments to JsonParser are not documented at all, I was trying to figure out if "Unknown variable" can be set to be ignored. - `errors` is an existing array...
Here is an example of what I am trying to do: ```haxe typedef TypeToWrite = { var values:Array }; // This custom writer should be respected but is IGNORED for...
The `ignoreNullOptionals` argument to the `JsonWriter` is currently completely undocumented. This option requires passing `true` as the argument to the JsonWriter (not the write call itself), and allows you to...