Simon Vergauwen

Results 206 comments of Simon Vergauwen
trafficstars

Hey @rsteppac, Thank you for this report! This might be related to #70. Strange that it works fine on MacOS given that it uses the same Kotlin/Native code. Could you...

@cgrushko I think there was some regression here. When currently running KtFmt over my project it completely changes how my KDoc is formatted breaking Knit support completely. I.e. ```text *

Hey @sureshg, Thank you for the ticket, and interest in SuspendApp. We certainly can! I'll see if I can do a release asap with the extra target.

This will be released in the next minor version soon-ish. Thank you for the report 🥳

Thank you @IgnatBeresnev for the additional information! Great that this will be fixed in 1.6.20 🥳

Any1 can guide me in a good direction? Perhaps some good reads for inspiration? This is one of the best examples of Optics I know https://github.com/circe/circe/blob/master/modules/optics/src/main/scala/io/circe/optics/JsonPath.scala

@diesalbla thanks for the reference I'll check it out. Thank you for reminding me off this ticket! I am not actively working on this so I removed myself as the...

@raulraja also the pattern docs? This tickets is about adding a doc similar to [error handling](https://arrow-kt.io/docs/patterns/error_handling/)

> I decided to finally start documentation for this. I expect this to take about 1-4 weeks depending on how well preparing for exams goes. Very excited about this library...

> Function generation. The old version relied on Eval for stacksafety but since that does not work with suspend generators I need to come up with something else. That code...