Adi

Results 83 comments of Adi

Any thoughts @Tapac? How do you recommend doing migrations? This is a critical feature for putting Exposed in production.

Hey @yannikyeo which blog post are you talking about?

Does anybody know any other good kotlin friendly ORM/DB libraries with less boilerplate? I was really excited about this library, but having to do this ![image](https://user-images.githubusercontent.com/13274079/68925574-48c5a000-07a9-11ea-83e0-0ef6088f07be.png) for every table and...

Any updates on this? Such verbose syntax is not very maintainable and prone to human errors. Is there a plan to offer a better alternative in the library? @Tapac @shafirov...

Looks good. Here are some thoughts. * How to specify column constraints like NOT NULL, PRIMARY KEY, DEFAULT, FOREIGN KEY etc. with this? * How about using annotations for the...

I've been using this library for over a year too and haven't found any workaround for this, the library manages threading (or rather the lack thereof) on it's own, so...

@HD-AD That's weird. Are you absolutely certain you're waiting for onFinish() before firing off the second command? Are you able to run multiple commands using the [sample apk](https://github.com/writingminds/ffmpeg-android-java/releases/download/v0.3.2/app-debug.apk)?

Any updates on this? The README is currently just asking us to add a bunch of dependencies without any indication whatsoever as to what they actually do. Does geiger counter...

@ToxicBakery I was thinking more along the lines of something like Hugo's implementation. https://github.com/JakeWharton/hugo ``` hugo { enabled false } ``` > If you want to toggle logging at runtime,...

Any updates on this? So many of my data sources started getting blocked 😭 Were you able to find a solution @snax4a? Any thoughts @berstend?