-
I've used both
``` lua
return tags["aeroway"] and (tags["aeroway"] == "taxiway" or tags["aeroway"] == "runway")
```
and
``` lua
return tags["aeroway"] == "taxiway" or tags["aeroway"] == "runway"
``…
-
Samples: [GitHub](https://github.com/user-attachments/files/17535949/scroll.marquee.performance.tar.gz), [0x0.st](https://0x0.st/XURV.tar.xz) (I uploaded to 0x0.st before deciding to make this a GitHu…
-
Currently dymint uses only `github.com/dgraph-io/badger/v3`
we should aim to include at least `goleveldb` as additional (maybe default?) option
from tendermint to reference:
```
# Database ba…
-
**### IMPLEMENTATION OF "ABOUT" AND "WHY WE" SECTIONS TO THE HEADER LINKS**
SIR @Mohit5Upadhyay
_**Demo:**_
![image](https://github.com/user-attachments/assets/b477bc9a-6e71-4a3e-8cff-67eef468bf…
-
Level0 (http://level0.osmz.ru) is very fast tag editor. It is meant to be used to edit tags only, not geometries so it does not have map as graphical interface.
It is very useful when one needs ju…
-
**Brief Description of the Bug**
Seems like sharedTag map contains several tags which are non existent anymore. In my case this resultet in a large sharedTag map of 150mb which got scanned on every r…
-
We want visitors to find a suitable theme for their website as fast as possible.
To improve searchability for visitors and help them find a theme that suits their website purpose faster, I propose …
-
## Roadmap
- [x] add metadata to trees and segments
- [ ] add metadata to nodes
- [ ] also allow boolean values
## Detailed Description
Custom properties (key-value pairs) can be useful as meta…
-
To be clear, I don't mean sha256t.
I've just realized after the changes to remove `ThirtyTwoByteHash` trait and only impl `Into for Sighash` we don't need to worry about whether non-sighash hashes …
-
**Describe the bug**
When editing transacions, the tags suggestion list is not shown anymore after first tag entry.
**To Reproduce**
1. Tap on a transaction to edit it.
2. Start typing an existi…