Louis CAD

Results 464 comments of Louis CAD

Looks like having the `@Serializable` annotation applied on the `sealed interface` does the trick. Removing it and keep the custom `serializerModule` also makes the test pass. I think the most...

I haven't published it yet, but you can clone the project and publish it to mavenLocal in the meantime.

Hello! Where should I look if I wanted to fix that and submit a PR?

True. Just like 4.3.1 to 4.3.15, as reported in #40

By what is it blocked? This is so I know if I should wait or build my own.

@JakeWharton Is this really a problem in practice? I don't care having a NPE in library code (that I don't really control) when it would happen anyway in my code....

Of course, #36 doesn't really fixes this issue since it does not read nullability, but I think it's a pragmatic solution.

I don't want to pursue this debate for too long, but in Java, you don't have this issue, and you have null unsafety everywhere (or annotations everywhere), and that didn't...

Adding a callback, or implement it in the super implementation would allow us to tell when deletion is done