Maarten Steevens
Maarten Steevens
So currently the only real world application we tested it on is the klox compiler, it contains many lambda usages so it seemed like a good test. By just inlining...
We noticed that `proguard-core` and `proguard` both have a version of the `LambdaExpressionCollector`, I guess it was moved over into proguard-core at some point but never removed here? They are...
> @MaartenS11 so you implemented a simple run-length encoding yourselves? And it just shortens consecutive strings as the pattern and number of occurrences separated by a comma? `pattern,count` And it...
I might try to get the rectangle drawing working on zephyr, already did a small experiment to draw a rectangle using the display API on the esp32-wrover-kit. Just for future...
Thanks for suggesting usage of the JBR, I wasn't aware it had such deep control over things like that; I could give that it try. It would be nice however...