Justin Brooks

Results 26 issues of Justin Brooks

Tracks work required to handle more robust conversion between vector formats - #45 - #44 - #46

In order to not lose gradients on conversion, they need to be represented in the IR.

``` Error: Very long vector path (n characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. [VectorPath] ``` There's a certain length path, n,...

Since they are useless and ignored by rendering engines, removing them from the asset is a size win.

optimization

Jackson still has quite a large user base, so it would be useful to have benchmarks to compare against code-generator serializers. https://github.com/FasterXML/jackson-databind https://github.com/FasterXML/jackson-module-kotlin Add benchmarks for every combination of: 1....

**Describe the bug** LDClient initialization throws an exception after r8 shrinking if full mode is enabled due to a missing generic type signature on which gson depends. Full mode is...