Nat Quayle Nelson

Results 33 issues of Nat Quayle Nelson

Would you welcome a PR that added support for adding/updating tags on todo items?

I use a laptop with a smallish screen of 1920x1080 resolution. Windows provides a system setting, System -> Display -> Scale, which I set to 150% and this makes most...

I've got 2 projects where I want to be able to click and drag more than one FlxExtendedSprite at the same time. (In one case, it's rectangle-based selection where the...

I've been liking this extension a lot so far! Thanks for making it. "Calculate screenplay statistics" is a useful feature. One thing I wish it could do, is get statistics...

feature

First of all, the SplitScreen demo won't play in browsers anymore because it's hosted as a Flash game: https://haxeflixel.com/demos/SplitScreen/ In my clone of the repository, I ran with `lime test...

I have been using [IHx](github.com/ianxm/ihx)'s `ConsoleReader` class to make REPLs within Haxe that can save their command history and navigate between it. I expected this to work when compiling for...

In the macro API documentation [here](https://api.haxe.org/haxe/macro/ExprDef.html#EReturn), the EReturn ExprDef is stated as having an Expr parameter, but it accepts null, and with a null parameter it becomes a plain `return;`...

I'm making a package that needs to be compiled with some text files embedded into it. Projects that depend on my package, shouldn't need to worry about those text files...

I'm trying to compile a Haxe library I'm writing with hxcpp so I can debug it. I would try debugging it as JavaScript, but it relies on the `sys` package...

When I click the API Docs link in the README.md (pointing to the url doc.stablex.ru/datetime/index.html), it's taking forever to load in Firefox, and eventually giving this timeout: ![image](https://user-images.githubusercontent.com/2584745/156061809-0be94d25-3866-4261-b068-1b7ff3d1d79e.png) Do the...