Alan Johnson
Alan Johnson
I posed a somewhat related question here: https://stackoverflow.com/q/47933512/807674 Although, my question deals with the awkwardness of modeling union variants that should contain no data other than their mere presence (i.e....
> I'll submit a PR with that macro if you'd be interested in including tryAwait in the project. This would be much appreciated!
Thanks @turbolent! NB for everyone else: use the dependency string `"com.turbolent" %% "xdotai-diff" % "1.3.0"` for the workaround.
Also, @turbolent, would you consider publishing your fork to Maven Central, now that it's been 6 months?
At this point, I think it's safe to assume this is abandoned and it's on whomever cares the most to maintain it going forward.
Hmm, reorganizing my code to not have nested classes isn't really a viable solution for me. It's weird though, the [only place I see `getSimpleName`](https://github.com/xdotai/diff/blob/e93d09580c624f898a9b28695004aa5cbdf65fe2/diff.scala#L21-L31) seems protected by a `try`/`catch`....
@itaditya -- your post came off to us a demanding changes, but presuming that wasn't how you intended it to be received, I want to address a couple of your...
@brucou Thanks for the thoughts and questions! > it seems however that that language have no proper lambda abstraction Funny thing about this is in the course of [some exploratory...
This struck me as perhaps a limitation of Freactal's current API. Generally speaking, the need to couple to external systems, whether that's a router, a web socket, etc. I almost...
While that seems like a totally pragmatic solution, it just feels like both `props` and `state` are meant to be fairly primitive data, not directly exposing complex APIs. It seems...