gabortim

Results 9 issues of gabortim

The previous way of patch sending wasn't ideal in the sense that we couldn't keep track of changes. So this way, hopefully we can save time by seeing small commits...

See https://josm.openstreetmap.de/ticket/21881 The code is tested and ready to review, only the Tarjan class needs to be moved around because I intended it a generally usable utility class.

See https://josm.openstreetmap.de/ticket/22799 Just realized that DistributeAction can cause overlapping way issues by design. That's the only reason I marked it as a draft, otherwise ready for review. To reproduce, create...

After a commit, the changes appear in the git log. Clicking on any Yang file in the git commit history triggers a NullPointerException, see below: ``` In file: DiffContentFactory LightVirtualFile:...

I came across this project a while ago and seeing what it does and what are the input requirements, I believe OpenStreetMap (OSM) provides all the necessary data for this...

The latest FÖMI layer is _always_ 10 years behind, but government-based and still the best source for mapping and alignment. This should help new mappers to draw anything accurately.

### Idea HTTPS download path is available, as written in the KB article: https://support.jdownloader.org/en/knowledgebase/article/install-jdownloader-on-nas-and-embedded-devices ```patch =================================================================== diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile (revision 79601770e7c8bcde34ffeda71a0b33a78b45f344) +++ b/Dockerfile (date 1743921812270) @@ -17,7...

enhancement

Currently, when running the official Docker container, the startup logs display versions of related components such as SQLite, SpatiaLite etc., but the main attraction, the Valhalla version is missing. Example...

enhancement
good first issue

After installing Osmium and running a script using PyOsmium on Windows, the execution never terminates. The script runs but does not exit as expected. **Steps to reproduce:** 1. Install PyOsmium...