Eric

Results 204 issues of Eric

Since the simulated annealing temperature has a known start and end value (from `100 * distance from point 0 to point 1` to `1e-6`), progress can be represented by the...

enhancement

- **Haxe version:** 4.3.4 - **Flixel version:** 5.8.0 - **OpenFL version:** 9.3.3 - **Lime version:** 8.1.2 - **Affected targets:** All ________________________________ **Reproduction steps:** 1. Use `flixel create` to build a...

# Expected behavior Given that JobIdentifier is an abstract, I should be able to create the following map: ```haxe static var callbackHandlers:Map = new Map(); ``` # Actual behavior However,...

# Reproduction https://try.haxe.org/#8C3c6C77 # Explanation I have encountered some strange behavior with regards to Reflection against non-physical properties on the JavaScript target. I am working on a fork of HScript,...