Patrick Charles Höfer

Results 24 comments of Patrick Charles Höfer

Any news on this? I have script grammar which I separated into two `Grammar`s. Here is the one using another one called `ScriptStatementGrammar()` which I used as it felt intentionally...

I added a new log statement ```kt LOG.info("detected image type: ${FormatDetector.detect(imageBytes)}") ``` that gave me this on Android Chrome ``` detected image type: Optional[WEBP] ``` When using Mac M1 Chrome...

Ok after a quick research I figured out that I need the WEBP module for this to work. https://sksamuel.github.io/scrimage/webp/ I think the exception should be more clear for this case....

woooops... accidently bumped this request

Woah my SQF/C++ skills are not that well developed to get this into a PR yet. In a year maybe 🗡

me 2 - my skills leveled up meanwhile and I might be able to contribute here too if I know the right places to work on. It's hard to find...

Well for me it does work somehow already? Is this still a needed enhancement then?

TypeFunction seems to be deprecated. What is the new way to do this?