gabortim

Results 9 comments of gabortim

The `text` fields should be `combo`s (dropdown lists) with values and appropriate descriptions.

Thanks, I forgot to run pmd and checkstyle. It should be fixed now. What about the folder naming `algos`? I plan to move "general" algorithms to this folder in the...

I fixed all the findings, checkstyle and pmd pass now. Testsuite is running. One thing remains in my head, if the `data.validator` is a good place for the new `algorithms`...

In [19062/josm](https://josm.openstreetmap.de/changeset/19062/josm): fix [#21881](https://josm.openstreetmap.de/ticket/21881): Add a check for loops in directional waterways Patch by gaben, slightly modified - implements Tarjan algorithm to find strongly connected components - new preference `validator.CycleDetector.directionalWaterways`...

@johnwvmw Is there any news on the internal ticket? Ubuntu 22.04 introduced better UI performance with Wayland. Switching back to Xorg makes these performance improvements unusable, although that way Drag&Drop...

> Can you list the UI performances that you see in Wayland that are not there with Xorg? @johnwvmw After reading a bit about the subject, it seems that one...

> I am not terribly familiar with OpenStreetMap, but it seems like this is represented in OSM as a multipolygon or a ways (for linear and area boundaries) Yes, `multipoligon`...

You can use [JOSM/tag2link](https://github.com/JOSM/tag2link) to eliminate the need for manually adding new tags. It includes a static JSON file suitable for deployment. Since it's a built-in component of JOSM, if...