-
Currently URLs with more than one consecutive hyphens as host- or domain-name are treated as invalid.
Some Punycode transcoded URLs will therefore not be allowed either.
![Screenshot 2024-10-21 a…
nicar updated
1 month ago
-
### Feature Proposal
I'm getting deprecation warnings like this when I run webpack:
> (node:23924) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a…
-
Hi there,
I've been getting these deprecation warnings from Node. When I run with `--trace-deprecation`, the stack trace points to this library:
```
(node:67219) [DEP0040] DeprecationWarning: The `p…
-
[RFC5891](https://tools.ietf.org/html/rfc5891) provides a way to use internationalized domain names. Currently they are not rendered properly in nitter (see [there](https://nitter.net/UsulduFutur/stat…
-
## 🐛 Bug Report
Unable to run LeetCode in VsCode in Mac. Im getting an error: (node:98899) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative inst…
-
I wanted to use https://twitter.com/rfreebern/status/1214560971185778693 with httpie, alas,
```
» http 👻:6677
http: error: InvalidURL: Failed to parse: http://👻:6677
```
Should resolve to `…
-
![screen shot 2018-05-07 at 14 05 29](https://user-images.githubusercontent.com/2096101/39700984-b85f71ea-51ff-11e8-8a4e-e8b9e997ee46.png)
I was experimented with add punycode support at microlink …
-
It's frightening but it does exist. :-(
See https://tools.ietf.org/html/rfc3492 and https://tools.ietf.org/html/rfc5891.
This might want to be a codec lib that we depend on in some future utopia.
-
Hello matrus2,
Thanks for this repo! It provides great functionality, making ntlm auth in modern code bases very easy. However, because of the dependency on request, there is an issue with a sub de…
-
```zsh
(node:29131) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was cr…