Artur Cheymos
Artur Cheymos
Is the problem still relevant?
> `document.addEventListener('touchstart', function (startEvent) { // Ignore multi-touch gestures if (startEvent.touches.length > 1) { return; } startEvent.preventDefault(); }, { passive: false }); ` > > The solution above used to...
@leoafarias Hi! Could you please run the deploy_docker workflow to update the image in docker hub to the latest version?
I'm trying to set up gitlab ci and discovered that version 2.3.1 is still stored in the docker hub :(
Any updates?
Is there a temporary solution to fix this?
> As a workaround, you can put `DateTimeMapper.encodingMode = DateTimeEncoding.iso8601String` in your `main()`. Thank you!