Jones Magloire

Results 249 comments of Jones Magloire

Hi there, I was digging all this house number since #1697 and the support of bis/ter... If I understand correctly, the field `address_parts.number` - Strip non numeric characters to improve...

Oh yeah you're right, I like the post-processing for `housenumber` and `unit`, this could be a nice alternative. But we should also implement a new display in `pelias/labels` for each...

> If we do end up removing the `sqlite` directory in the future then we might need to consider what would happen if we could support the [spatial](https://github.com/pelias/spatial) databases in...

Hi, thank you for using my project and submitting issues. Sorry I will not be able to troubleshot your issue, configuration issues are taking to much time and I would...

Hi, Yes, this piece of code is for checking new updates, there are no options to disable it. Why would you remove it ?

Hello, thank you for using my project and submitting issues. I will need more information, such as your actual configuration of the UI and keycloak, your browser version, etc. Did...

Hi there, @ugr3y is write, when using registry with basic auth or any secured endpoint, the wildcard on `Access-Control-Allow-Origin` will not work. Everyting is in the [Using CORS](https://github.com/Joxit/docker-registry-ui?tab=readme-ov-file#using-cors) section

Is this happening on an `OPTIONS` request ?

Your configuration looks a bit weird, I see `REGISTRY_URL=https://192.168.0.10:5000` for the ui and `Access-Control-Allow-Origin: ['https://192.168.0.10:5000']` for the registry server. They should not be the same URL, `REGISTRY_URL` should be your...

Hello there, thank you for using my project and submitting issues. Have you read the documentation and specificaly all [Available Options](https://github.com/Joxit/docker-registry-ui?tab=readme-ov-file#available-options)? Regarding your option ```yml - REGISTRY_URL=http://registry-server:5001 ``` The documentation...