samypr100
samypr100
I noticed that this fails to support urls that have quotes within it (i.e. in order to escape special characters). An example `url("http://example.com/test?item=Horrible (but valid) Item")` will not work. A...
I'll put a plunker soon (if I can replicate in a simple environment), but I updated some of my projects that use toastr to Angular 1.4 latest and I'm getting...
### Checklist - [x] There are no similar issues or pull requests for this yet. - [ ] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive....
When I do locker.put('key', null) it does not store the value properly. Is this intended using locker? localStorage takes the value just fine.
**Bug Report** Currently when running `mypy==0.991` on a Python 3.11 file that's using `StrEnum`, it errors unexpectedly on an specific named member on my code. In this case, the member...
# Pull Request Check List Resolves: #7303 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. This PR adds a warning when groups that do...
## Summary Closes #1922 When a timeout occurs, it hints to the user to configure the `UV_HTTP_TIMEOUT` env var. Before ``` error: Failed to download distributions Caused by: Failed to...
## Summary Closes #1943 Makes sure `build-binaries` and `publish-pypi` workflows are compatible with `actions/{download,upload}-artifact@v4`. In nature, this PR is very similar to the changes in https://github.com/astral-sh/ruff/pull/10105. This PR also updates...
Currently when uv makes requests the User Agent is set to just `uv`. It would be nice that it includes the version (e.g. `uv/{version}`) for improved visibility and statistics for...
## Summary Closes #1958 This adds linehaul metadata to uv's user-agent when pep508 markers are provided to the RegistryClientBuilder. Thanks to #2381, we were able to leverage most information from...