Skip to content

issues Search Results · repo:python-hyper/rfc3986 language:Python

Filter by

56 results
 (81 ms)

56 results

inpython-hyper/rfc3986 (press backspace or delete to remove)

Working on filtering URL system I found that case where False is expected but return True. Code to test : from rfc3986 import is_valid_uri def test_url(url: str) - bool: try: assert is_valid_uri(url, ...
  • Draeli
  • Opened 
    3 days ago
  • #128

In Version 2.0, in URIMixin.resolve_with() rfc3986 uses the deprecated URIReference.is_valid() instead of a Validator. Apart from it being a bad look, it causes literally thousands of warnings in our ...
  • jpmaterial
  • 1
  • Opened 
    on Aug 30, 2024
  • #123

Thank you for this excellent codebase, it s made dealing with URIs much easier. I was messing around with mypy and got this error: error: Skipping analyzing rfc3986 : module is installed, but missing ...
  • ColinKennedy
  • 3
  • Opened 
    on Aug 23, 2024
  • #122

invalid
  • Cypress98765
  • Opened 
    on Aug 15, 2024
  • #121

  • Cypress98765
  • Opened 
    on Jul 26, 2024
  • #120

I ve noticed that if I run tox run -e lint in a clone of this project, black will do a few cosmetic changes related to whitespace and overload ellipses, while invoking pre-commit run --all-files will remove ...
  • Sachaa-Thanasius
  • Opened 
    on Jun 15, 2024
  • #119

The remove_dot_segments() function returns an empty-string path for an absolute input path after removing dot-dot segments if the number of dot-dot segments is greater than the deepest path level. This ...
  • t3stme1x
  • 1
  • Opened 
    on Aug 14, 2023
  • #111

Any way to validate only relative path? For example, just check characters.
  • yezhengli-Mr9
  • 1
  • Opened 
    on May 28, 2023
  • #109

Apologies for this probably not being the right place to ask about this, but is there a timeline for a 2.0.1 release? I am currently having to put a git commit in my pyproject.toml for a contracting project ...
  • handrews
  • 2
  • Opened 
    on May 19, 2023
  • #107

Dear all, I am currently struggeling with a whitespace problem which I guess should not be that complicated - so I probably missing something here. MWE: import rfc3986.builder rfc3986.builder.URIBuilder.from_uri( ...
  • busche
  • 1
  • Opened 
    on May 2, 2023
  • #104
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub