verglor

Results 31 comments of verglor

This [blog post about multi-arch images](https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/) may be helpful.

If you have [WSL](https://docs.microsoft.com/windows/wsl) enabled you can use `wsl docker --config . login` to store plain text `config.json` in current directory.

Hi, @jakubroztocil, could you please look into this ? Without headers it's quite useless...

I believe the problem is that private key name uses table name truncated to 13 chars + 'PK'. Now if there are two or more tables that has its first...

It seems to be fixed here: [liquibase-hibernate#56](https://github.com/liquibase/liquibase-hibernate/issues/56). Interesting [peace of code](https://github.com/liquibase/liquibase-hibernate/commit/5046d7c4963ad0bebcab9abf74a53c03a8e37c2d) indeed :-)

Seems to be more general problem with colon: #20778

@rishiloyola, you can use [autoheal](https://hub.docker.com/r/willfarrell/autoheal) as a workaround.

Hi @Azaret, please look at this [jsfiddle](https://jsfiddle.net/verglor/2h1tbdqo/). After clicking update button, datepicker is reset to default language and format.

This seems to be duplicate of #119.

I have the same problem in Grails 3.3.0: `ClassNotFoundException: org.elasticsearch.mapper.attachments.MapperAttachmentsPlugin` [/src/main/groovy/grails/plugins/elasticsearch/ClientNodeFactoryBean.groovy#L23](https://github.com/noamt/elasticsearch-grails-plugin/blob/v1.4.1/src/main/groovy/grails/plugins/elasticsearch/ClientNodeFactoryBean.groovy#L23)