Julian Bell

Results 12 comments of Julian Bell

> Closing this issue by now. @Jerbell could you please try again on a recent version and please let me know if you are still able to reproduce it? Hi...

Now that you have KTEs you could try to increase usage by getting on this list somehow? https://kotlin.link/ It's a curated list and you'd need to start by getting on...

I'm trying to run our Postgres app against Cockroach. Not much success at the moment. Currently having problems with altering columns, altering columns with an index ~and collation~. EDIT: Collation...

Would love some progress on this. Is there any way to work around this?

For whatever reason they don't seem interested. Possibly because the solution exposes some issues I pointed out here: #1370 I created a class based heavily on https://github.com/JetBrains/Exposed/pull/1223/files `JavaDateColumnType.kt` file. It...

Here's a copy of my script. Changing the Gradle version seems to have the same behaviour. The task that's failing is integrationTest. ``` buildscript { repositories { jcenter() maven {...

I'm a bit late, but just wanted to chime in and let you know my preference would be a replacement exception which contains the missing parameter name (as a couple...

This is just a testing issue, but I always thought it best to try & avoid 500 errors if possible.

I've worked around this by using a custom CorsPlugin, so this is no longer a priority. Thanks.

The usual approach tends to change over time, but I can tell you what I'd do. - (Optional) switch from Groovy to Kotlin DSL. This is personal preference. - Update...