Kyℓe Hensel

Results 80 issues of Kyℓe Hensel

hi, i see that this repository is active again, so I'd like to raise a PR for the changes that we made in our fork a few years ago. It...

Closes #151 Thanks's to node's new [`--experimental-strip-types` option](https://nodejs.org/en/learn/typescript/run-natively), we can now support loading env variables from `.ts`/`.mts`/`.cjs` files without adding any dependencies.

As discussion in #125, this PR updates the API to always use strings, even if the source file uses numbers/booleans. This allows us to remove a lot of typecasts from...

Closes #5850, Closes #12967, Does not close #14564 ## Description Fixed a bug that caused Prettier to move JSDoc comments containing `/** @param */` in rare cases. Prettier previously moved...

Closes #2162 --- # Description Since #2022, anyone using an old installation of GitLab can no longer use the View on Remote feature; all URLs produce a 404 since gitlab...

This allows people to go from taginfo directly to the NSI website to see how exactly the tag is used. I've committed the changes to `dist/taginfo.json` to show the impact...

enhancement
javascript

Part 2 of #10219 If your language is set to `pt-BR`, when rendering a label, iD now considers `name:pt-BR` first, then `name:pt`, then `name`. Same for any locale code.

Closes #6101, Closes #10743 Created a new third tier for validation issues. `suggestion` (blue) is the lowest tier I've changed the 'Unsquare Corners' validator to this new low-severity type, since...

validation

Closes #5970 ### Description Created a new endpoint `/changeset/:id/download.json` which returns the `osmChange` in a JSON format in addition to the existing XML endpoint. For example: ```jsonc { "version": "0.6",...

## Summary To help people access the documentation easier, we can [add `meta.docs.url`](https://eslint.org/docs/latest/extend/custom-rules#:~:text=Specifies%20the%20URL) to the new react-compiler rules. This allows IDEs to make the rule name a clickable link. ##...

CLA Signed