Nick Gushchin

Results 9 comments of Nick Gushchin

I've got same issue (stackoverflow), but with different payload (quite complex message -- slack service response)

@peter-empen this workaround doesn't helps, because when you going through positive-weighted edge -- your summary path's weight increasing. So, in terms of "shortest path" that means algo wants to minimize...

Also, there is a very good example of DSL -- https://github.com/getquill/quill#quotation

👍🏼 +1. Same issue. Would it make sense to support this kind of unions? Because it doesn't work event for two types inside union: ```json { "name": "myField", "type": ["MyEvent1",...

Any updates on it? With auto-derivation it's almost impossible to catch bugs at compile time, it feels like implicit type conversions :(

Same issue. Happens quite often, I'd say -- systematically. Intelij IDEA 2024.2 (`242.20224.300`)

Two exceptions at the same time: ``` IntelliJ IDEA 2024.2.0.2 (Ultimate Edition) Build #IU-242.20224.419, built on August 19, 2024 Runtime version: 21.0.3+13-b509.4 aarch64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM...

@ronami @kirkwaiblinger thanks for diving into it! Do you need any help with that?