Adam Arold

Results 69 comments of Adam Arold

This looks like a good idea, I dig it. I'm gonna take a look after the next release if this can be implemented. In the meantime, you are welcome to...

Oh, yeah...generics is cancer in this case...once I refactored `Component` to be generic just to undo it after I was done because it was so horrifying...

This is interesting. Have you tried using the `Box` class to reproduce the problem? I'm curious if using it has the same effect.

What OS are you using? Can't reproduce this on Windows 10.

This was discussed on the Kotlin Slack [here](https://app.slack.com/client/T09229ZC6/threads). So what happened is that since there was no error handler, Ktor simply swallowed the exception which was thrown. The problem is...

The docs says that I need `sbt` to run the worker: `sbt worker/run`. Do you have some more documentation on how to use piezo?

> This would be an incredibly useful feature, found this which includes some useful info for possible implementation or workaround: https://jianjye.com/articles/32/how-to-sort-mysql-json-data-correctly This is for MySQL though. What I'm thinking about...

@janpio do you have a ballpark ETA for this feature?

> @adam-arold did you find any sort of workaround for this? I have a scenario where I need to sort data by a postgres json field as well. Yep. Moved...

> Not the answer I was hoping for 🙈 but appreciate it anyway! +1 for this request Yeah, I was upset too, but I've come to the realization that most...