Nicolas Le Cam
Nicolas Le Cam
**Please describe the feature/suggestion** Can display size in user language Correctly format size, especially use non-breaking spaces as separator **Describe the solution you'd like** Use Intl.NumberFormat for that **Describe any...
### Verify latest release - [x] I verified that the issue exists in the latest pnpm release ### pnpm version _No response_ ### Which area(s) of pnpm are affected? (leave...
Handle t-strings exactly like f-strings as PEP 750 says they use the same syntax: > Template string literals support the full syntax of [PEP 701](https://peps.python.org/pep-0701/). Fixes #4325 ### Changes Make...
The implementation could have been further simplified by using URLSearchParams, but tests require that separators in array-type parameters not be encoded to not be encoded. --- - [ ] Make...
Fixes #71811 - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and...
#### Summary Update Etag in case of a thread reply or a follow/unfollow to force API to respond with fresh data instead of a wrong 304 I'm not sure to...
#### Summary Remove the hard requirement to have at least a missedMessageListeners or a missedEventCallback to handle hello events. The serverSequence is reset and new connectionId and serverHostname are updated....
- Split source per state, this should help jobs - Add parcels and buildings for mainland and most overseas - Map accuracy field using support introduced by https://github.com/openaddresses/batch-machine/pull/82
# One-line summary Remove query-string dependency and use native URLSearchParams interface instead > Issue : https://github.com/e18e/ecosystem-issues/issues/11 ## Description Reduce dependencies and package bundle size by replacing query-string stringify usage by...