Eric

Results 106 comments of Eric

@drice89 It appears that the repository has not been committed to in about 2 and a half years. I made this commit when they hadn't pushed in about a year,...

@Aljullu: LazyLoadComponent could be used but it has no support for the built-in `effect`s provided by the library.

Hey @bryanvaz, I wanted to let you know that in my project, I have found a workaround for this issue. I have created a packages folder, and for each package...

@NeeEoo does this work when there are multiple images? I remember there being some issues with that. @Geokureli I agree, this is a good target for Flixel addons

Ah that's interesting! I'll have to test it for myself. If it works, that looks simple enough to add to base Flixel without too much bloat. On Sat, Jul 9,...

I had a conversation with Jonny earlier. This PR somewhat confuses me since glVersion acts like the other metadata in that it is INHERITED. He says he gets improved performance...

For additional context, I am writing mods for Friday Night Funkin', whose current codebase relies on using the `FlxG.sound.music.time` to track the current position in the song chart and therefore...

The requisite commit (https://github.com/openfl/lime/commit/e6674ba1791284ed530bce71c343d7103a5b802b) has been merged, so this feature is feasible to implement into Flixel 5.0.

I have discovered that the use case that this change required can be implemented by instead using the `original-locations` options of https://github.com/adammertel/Leaflet.MarkerCluster.PlacementStrategies.

If your app runs on both client and server, activate the universal mode. This will ensure that the initial markup on client and server are the same. Add the `universal={true}`...