Jens Fischer

Results 393 comments of Jens Fischer

screen only works with blitting I think.

I can't reproduce this at all - on my end, your sample runs smooth as butter in release or debug mode, with both OpenFL 3.6.1 and OpenFL 8. I assume...

This is very similar to #89 - it's really as simple as "nobody has added VCR support for the new input methods in HaxeFlixel yet".

I think it would be fine if this was only supported by a third-party library, Flixel can't include everything. I've directed a few people to [Lycan's `CinematicText`](https://github.com/JoeCreates/Lycan/blob/master/lycan/ui/CinematicText.hx) already. @JoeCreates One...

This seems to be a caching issue. As soon as the filter is applied, the original asset is removed from the cache, causing the subsequent crash when the filter is...

@Beeblerox So should we close or merge #2069?

We have 400 lines of "Skipping auto-registration" in our CI logs while running database tests... :/

I was able to get a stacktrace for this issue, using jib 3.1.4, gradle 7.2 and JDK 16: ``` > com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: (null exception message) * Try: Run with --info or...

I've seen it with both tasks, though I don't have a stacktrace for when it happens with `jibDockerBuild`. Besides that, I've also run into situations where jib tasks simply _hang_...