Matt Groth

Results 128 comments of Matt Groth

Workaround: [shadow jar filters](https://imperceptiblethoughts.com/shadow/configuration/filtering/)

+1 I think this might be related to why I can't get this working for fish. I also have a red `program` variable.

Hey, I stumbled upon this while trying to figure out how to register primitives and nulls. I made a stack overflow question about this exact problem here: https://stackoverflow.com/questions/72325605/how-to-properly-register-primitives-and-nulls-in-polymorphic-serialization

I've developed most of my classes to use property delegates for the sake of autosaving and listenable properties and such. I'm really excited about the potential of kotlinx.serialization but this...

@OliverO2 I 100% agree with you. It would be logical for the kotlinx.serialization compiler to recognize if an auxiliary property is serializable. The current behavior can continue to be the...

+1 I just found this repo specifically because I was looking for a way to comment on commits from command line 🙂

@asodja this compiler plugin idea sounds awesome. Is there anywhere we can go to see progress on this plugin or to test it out? I am curious how similar it...

Note to self: above-linked YouTrack issue is my own

I too cannot get `LocalWindowExceptionHandlerFactory` to work. It is simply using `DefaultWindowExceptionHandlerFactory` and ignoring my provided replacement.