Kyℓe Hensel
Kyℓe Hensel
It seems like this example: `f.x = f.x | init` is not meant to be bitwise. I don't see any discussion in #1426 about this particular change, nor in the...
Currently, this code: ```ts import type * as X from 'foo'; export type { X }; ``` is autofixed to this: ```ts export * as X from 'foo'; ``` which...
_@­the weekly DT maintainer:_ this package has [a weird entrypoint](https://github.com/jczaplew/geojson-precision/blob/f1a94ba13d41633938bd2e91630e51f1b2f2fa1c/index.js#L104-L105), which means that `parse.parse.parse.parse....` is legal, to an infinite depth. But it seems pointless to model this. I think `export...
Closes #11536 I didn't add this feature at the time, beacuse I wasn't sure how we should handle features with multiple wikidata tags (for example, [this one which has both...
Closes #10640 images from [Wikimedia Commons](https://commons.wikimedia.org) are now available alongside streetlevel imagery like Mapillary: This uses Mediawiki's [Geosearch](https://www.mediawiki.org/wiki/API:Geosearch)+[Imageinfo](https://www.mediawiki.org/wiki/API:Imageinfo) API ([example](https://commons.wikimedia.org/w/api.php?format=json&formatversion=2&origin=*&action=query&generator=geosearch&ggsnamespace=6&ggslimit=500&ggsbbox=-36.835668247244385%7C174.76638793945315%7C-36.83676736421915%7C174.76776123046878&prop=coordinates%7Cimageinfo&iiprop=timestamp%7Cuser%7Curl%7Cextmetadata%7Cmetadata%7Csize&iiextmetadatafilter=LicenseShortName&iiurlwidth=300)), which was discussed in https://github.com/openstreetmap/iD/issues/10640#issuecomment-3137220974 The PR is a draft...
We can remove almost all the XML parsing code by using the OSM API's json endpoints. Deleted about 250 lines of code. We already use the new JSON endpoints for...
I excluded this from #11389, because there's no elegant way to do it[^1]. `geoExtent` is used everywhere, so it would be very helpful to get proper auto-complete. The trade-off is...
When constructing a CDN URL for NSI assets, NSI's version number is parsed with "[vparse](https://npm.im/vparse)", and then the semver-patch part is removed. As far as I can tell, this extra...
Closes #9628 just some padding and removal of the weird `` Before After
[railway:turnout_side](https://osm.wiki/Key:railway:turnout_side) is relative to the [_facing_ direction](https://en.wikipedia.org/wiki/Facing_and_trailing) of the [switch](https://osm.wiki/Tag:railway=switch), not relative to the [OSM direction](https://osm.wiki/Forward_%26_backward,_left_%26_right). Therefore, it should not be inverted when flipping the node, or reversing the parent...