Re: [openstreetmap/openstreetmap-website] Lazy loading relation members (PR #6326)

2025-08-16 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. 321daf20f148de51f22e014548958a51c40916b6 Lazy loading relation members -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6326/files/07b66a3e25e4e32316facc2ed4c9102dacc5f611..321daf20f148de51f22e014548958a51c40916b6 You are receiving this

[openstreetmap/openstreetmap-website] Remove ruby-dev and ruby-bundler dependencies (PR #6331)

2025-08-16 Thread rkoeze via rails-dev
### Description This PR makes 2 changes to the Dockerfile: 1. Removes `ruby-bundler` as bundler has been installed as a default gem since [ruby 2.6.0](https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/). 2. Removes `ruby-dev` because header files for compiling extensions are already

Re: [openstreetmap/openstreetmap-website] [Question] Desktop version for Windows, Mac, Linux? (Issue #6330)

2025-08-16 Thread Anton Khorev via rails-dev
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6330) This is not a question for a repository named openstreetmap-website, but you can look at https://wiki.openstreetmap.org/wiki/Software/Desktop -- Reply to this email directly or view it on GitHub: https://github.com/openstreet

Re: [openstreetmap/openstreetmap-website] [Question] Desktop version for Windows, Mac, Linux? (Issue #6330)

2025-08-16 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#6330) We develop a web site and have no knowledge of any native applications. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/6330#issuecomment-3193955164 You are rec

Re: [openstreetmap/openstreetmap-website] [Question] Desktop version for Windows, Mac, Linux? (Issue #6330)

2025-08-16 Thread Tom Hughes via rails-dev
Closed #6330 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/6330#event-19188925876 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] Is it possible to delete changeset discussion comments? (Issue #6310)

2025-08-16 Thread maro-21 via rails-dev
maro-21 left a comment (openstreetmap/openstreetmap-website#6310) > actually my caveat about changeset comments (rather than changeset discussion > comments) may not be true for much longer, hopefully. What I meant in this thread was of course "changeset discussion comments", not "changeset com

[openstreetmap/openstreetmap-website] [Question] Desktop version for Windows, Mac, Linux? (Issue #6330)

2025-08-16 Thread iuvi7 via rails-dev
iuvi7 created an issue (openstreetmap/openstreetmap-website#6330) ### Problem OSM for Desktop ### Description Hi! I found it awesome to use OSM on my laptop, but seems i can not find any version exists (yet?) Thanks a lot ### Screenshots _No response_ -- Reply to this email directly or

Re: [openstreetmap/openstreetmap-website] Single object upload and changeset max size (Issue #6329)

2025-08-16 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#6329) I think it comes down to this: https://github.com/openstreetmap/openstreetmap-website/blob/5c006452082bea037c31e82763d62ba152af/app/models/changeset.rb#L90 where the changeset is still considered open (and hence will accept

Re: [openstreetmap/openstreetmap-website] Single object upload and changeset max size (Issue #6329)

2025-08-16 Thread mmd via rails-dev
mmd-osm left a comment (openstreetmap/openstreetmap-website#6329) No, it doesn't really matter. https://en.osm.town/@foxy/115038247194395320 looked like a new issue, but it's not. I checked this a year ago already, but forgot to create an issue here. It's more to document it's a known issue. --

Re: [openstreetmap/openstreetmap-website] Lazy loading relation members (PR #6326)

2025-08-16 Thread mmd via rails-dev
@mmd-osm commented on this pull request. >get "/relation/:id" => "relations#show", :id => /\d+/, :as => :relation + get "/relation/:id/member" => "relation_members#show", :id => /\d+/, :as => :relation_member make sense, fixed. -- Reply to this email directly or view it on GitHub: https

Re: [openstreetmap/openstreetmap-website] Lazy loading relation members (PR #6326)

2025-08-16 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. 07b66a3e25e4e32316facc2ed4c9102dacc5f611 Lazy loading relation members -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6326/files/d29274129dbcdc492c401c0181f546acdc3d26df..07b66a3e25e4e32316facc2ed4c9102dacc5f611 You are receiving this

Re: [openstreetmap/openstreetmap-website] Lazy loading relation members (PR #6326)

2025-08-16 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. >get "/relation/:id" => "relations#show", :id => /\d+/, :as => :relation + get "/relation/:id/member" => "relation_members#show", :id => /\d+/, :as => :relation_member Should this (and the other route) be `/members` given that they load all memb

Re: [openstreetmap/openstreetmap-website] Add a note that you only need to register iD and website once (PR #6327)

2025-08-16 Thread Tom Hughes via rails-dev
@tomhughes commented on this pull request. > @@ -100,6 +100,8 @@ There are two built-in applications which communicate via > the API, and therefore * **iD** - the web-based editor * **The website itself** - for the Notes functionality +You need to register these applications with *one* of t

Re: [openstreetmap/openstreetmap-website] Single object upload and changeset max size (Issue #6329)

2025-08-16 Thread Tom Hughes via rails-dev
tomhughes left a comment (openstreetmap/openstreetmap-website#6329) Does it really matter? I assume there's supposed to be a limit of 1 and your point is that they're managing to exceed it, but it's only really there to keep things sensible so 10001 likely doesn't matter much. -- Reply to

[openstreetmap/openstreetmap-website] Single object upload and changeset max size (Issue #6329)

2025-08-16 Thread mmd via rails-dev
mmd-osm created an issue (openstreetmap/openstreetmap-website#6329) ### URL https://www.openstreetmap.org/changeset/146420172 ### How to reproduce the issue? There seems to be some issue with single object uploads where users manage to create changesets with 10'001 changes. This is impacting a

[openstreetmap/openstreetmap-website] Apple Logo on login page is not square (Issue #6328)

2025-08-16 Thread Bart Louwers via rails-dev
louwers created an issue (openstreetmap/openstreetmap-website#6328) ### URL https://www.openstreetmap.org/login ### How to reproduce the issue? Probably needs to have the width and height removed from the svg. ### Screenshot(s) or anything else? https://github.com/user-attachments/assets/f80c

Re: [openstreetmap/openstreetmap-website] Lazy loading relation members (PR #6326)

2025-08-16 Thread mmd via rails-dev
@mmd-osm pushed 1 commit. 7a6615635346f79dd2c32709b14e0cf2984c809c Lazy loading relation members -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6326/files/370551de5bcf0fab1db0f1091f44a3c2784891b4..7a6615635346f79dd2c32709b14e0cf2984c809c You are receiving this