-
### Describe the bug
I didn't dig deeply yet but after performing a `Typhoeus::Request` all other attempts to open an URL even with the URI.open fail.
### Steps to reproduce the behavior
```
…
-
### Apache NetBeans version
Apache NetBeans 18
### What happened
Remote CSS is not shown if its url contains a `^`
### How to reproduce
Add this to an html page:
```html
```
### Did this wor…
-
I am currently struggling with what I assume is this issue. I have a .NET 5.0 WPF plugin architecture and encounter errors if I have multiple plugins in different assembly load contexts. It seems to c…
-
Hi all!
I'm just trying to port scala-uri from parboiled2 to cats-parse.
One thing I find rather confusing is the `with1` method to make a `Parser0` behave like a `Parser`.
I'm wondering if a diffe…
-
i m trying to parse -> modify -> build back URL
when $filter + contains + parentheses + or appear
the result is not correct.
### Reproduce steps
https://github.com/keatkeat87/odata-filter-cont…
-
Hello,
I'm currently in need of a correct `Uri` parser, and I believe the best URI implementation is the one in this crate.
However, I don't want to add the whole `http` crate as a dependency.
So…
-
I just went down a rabbit hole of debugging that eventually led me to find that RxSocialConnect always assumes that the "oauth_verifier" parameter will be present.
If it's not present, it'll fail, …
-
Anchor tags are a valid part of an URI but shouldn't be included in the request.
``` ruby
url = "http://www.cnet.com/news/pi-top-the-3d-printable-raspberry-pi-laptop-anyone-can-build/#ftag=CAD590a51e…
jhass updated
9 years ago
-
May I suggest that the Parsec parser definitions are also exported from the package, not just the String -> Maybe URI functions? I needed to parse URI's (and domain names too!) as a part of my grammar…
-
[RFC 3986](https://tools.ietf.org/html/rfc3986#section-2.2) defines a set of _reserved_ characters that can't appear directly in URL components like the _userinfo_. It also defines the _percent encodi…