Steven Jeuris

Results 123 comments of Steven Jeuris

This still happens with AGP 7.1.3 and ProGuard 7.2.1. I have now switched back to R8 given that this makes it impossible for me to use the ProGuard AGP plugin...

This problem seems to have been around for a while. I doubt it is still "in progress". :) Any update? P.s. @gunsh I can probably try a quick repro, but...

@mgroth0 That's the exact use case why I originally wrote a [generic interval implementation for C#](https://github.com/Whathecode/NET-Core-Library-Extension/blob/master/src%2FWhathecode.System%2FInterval.cs). Also to facilitate mapping from pixel coordinates to time, e.g., on click/drag operations. And...

> I am curious why time intervals would need to be a separate library. I think intervals in general could even be part of the kotlin standard library, and of...

Still happens on gradle-node-plugin 1.3.1 and NodeJS 11.12.0.

FYI: I have since switched to the [`com.github.node-gradle.node` plugin](https://plugins.gradle.org/plugin/com.github.node-gradle.node) rather than this one, which no longer seems maintained, which does not have this issue.

@sandwwraith At a glance, no. #1865 is a different use case. > At **runtime** (this is a generic framework), I need to be able to create a serializer which can...

This is still a draft since I need guidance where/how to add tests. I want to show which additional cases it now supports, and two cases I know of it...