Eric

Results 206 issues of Eric

Change the scripts to use absolute file locations to prevent issues when running the script from the wrong folder.

bug
build

A proper system for generating the required library files is needed. This might require a Docker image of some kind.

build

Audio and video playback are not synchronized. Video plays faster than the input file if the input file has a low frame rate, and audio is not synchronized to the...

bug

This proposal would implement several additional constants and functions into `Math`. This proposal started when I realized `Math.E` didn't exist, and expanded as I thought about the main inconveniences of...

I wanted to make a new home for a topic of discussion that is somewhat dispersed right now. Safe navigation was implemented for object field access in 4.3.0, however it...

I'd like to see more functionality for iterators, inspired by `Ruby`. ```haxe // Standard IntIterator for (i in (0...10)) trace(i); // 1, 2, 3, 4, 5... // PROPOSALS // Reverse...

[Rendered proposal](https://github.com/EliteMasterEric/haxe-evolution/blob/extend-abstract/proposals/0000-extension-of-abstracts.md)

This issue appears to be caused by `element.SI.FF` being null sometimes, with the solution being to add a check and ensure it defaults to 0 if it is unspecified.

enhancement

**Describe the bug** If you specify `null` for the path of an FlxAnimate but include Settings, (this can happen if you calculate the path wrong for example), this results in...

bug