Klemen Sever

Results 29 comments of Klemen Sever

Hey @kyle-neal , Thanks for the pull request โค๏ธ and sorry for the late reply. I'm using the same format as Ecto validation which uses `%{}` for placeholders, e.g. https://github.com/elixir-ecto/ecto/blob/v3.9.4/lib/ecto/changeset.ex#L2234...

Indeed, it's something we could add to the library but it should be configurable so if you don't want to destroy the whole auth session and only logout the user...

Thank you for the fix ! Merged ๐Ÿ‘ โค๏ธ ๐Ÿงก ๐Ÿ’› ๐Ÿ’š ๐Ÿ’™ ๐Ÿ’œ

I'll be checking that later this week hopefully, I've got a 100% packed schedule ๐Ÿฅฒ

Hi @blaurent49 Have you checked if your docker/postgres installation has access to the full size of your disk ? I had this issue in the past because docker couldn't use...

@blaurent49 I figure that the VM or mapped space can't use the whole disk you have configured. I'd look into your setup to fix this issue. Best of luck ๐Ÿ™‚

@blaurent49 I think the issue is not on nominatim but in your storage setup. You'll have to check why your nominatim container can't use more storage (software limit somewhere?). I...

Interesting, it's in the default options recommend in the docker documentation but I didn't know it would return a storage issue. Good find!

I was adding tests to some of our code that is using `emoji.RemoveAll` and for the input `0123456789`, `emoji.RemoveAll` returns `02` ๐Ÿ˜• There seems to be an issue indeed for...