Andrii Holovin
Andrii Holovin
@jeefy I would appreciate it if you take a look at this discussion as well — https://github.com/kubernetes/website/discussions/45209
I ran into the same problem deploying incomplete data to API DB. 🤕 This [answer from help.osm.org](https://help.openstreetmap.org/questions/8630/osmosis-stops-with-error-insert-or-update-on-table-current_way_nodes-violates-foreign-key-constraint-current_way_nodes_node_id_fkey/8663) helped me to solve the issue by using `clipIncompleteEntities=true` (see https://wiki.openstreetmap.org/wiki/Osmosis/Detailed_Usage_0.48#--bounding-polygon_(--bp)) ```sh osmosis...
Additionally, it is possible to convert `*.sql` files according to the following link: https://dbml.dbdiagram.io/cli#convert—a-sql-file-to-dbml The OSM DB `*.sql` file can be found here: https://github.com/openstreetmap/openstreetmap-website/raw/refs/heads/master/db/structure.sql
> The OSM DB `*.sql` file can be found here: https://github.com/openstreetmap/openstreetmap-website/raw/refs/heads/master/db/structure.sql ☝ you may use this `structure.sql` to test how GIST type is processed
@jverce Thank you a lot to make things going. Have you thought about extracting language specific settings into separate files, one per language. I hope this will help to make...
Yes, localization is a complicated thing. How to present languages in the language selector is also a question that can be a bit confusing 🙃. Here's a good resource that...
> @jverce Thank you a lot to make things going. > > Have you thought about extracting language specific settings into separate files, one per language. I hope this will...
@jverce could you please review and merge the PR https://github.com/jverce/etcd-io-website/pull/1 where the most recent changes are located, comparable to the `*.diff` file attached here in the discussion, which takes into...
/language uk
Hello @craigbox ! Thank you for your kind words about my translation efforts into Ukrainian. However, I see that the project is not ready to accept new languages due to...