djehrlich

Results 4 comments of djehrlich

I agree with @paulrs that Decimal128 would be extremely valuable for financial applications.

I’m seeing a similar issue with an SVG file on iOS. Interestingly, while in light mode, I see the image (.toUIImage() returns non-nil). However, when I switch to dark mode,...

> > I’m seeing a similar issue with an SVG file on iOS. Interestingly, while in light mode, I see the image (.toUIImage() returns non-nil). However, when I switch to...

I was able to replicate the crash using the unit test provided above: > > ```kotlin > @Test > fun concurrency() = runTest { > val cache = InMemoryKache(maxSize =...