issues Search Results · repo:ada-url/rust language:Rust
Filter by
16 results
(83 ms)16 results
inada-url/rust (press backspace or delete to remove)Parsing a valid URL without a hostname causes ada-url to panic when calling Url.host(). Reproduced with v3.0.0 from
crates.io.
e.g. Url::parse( file:///C:/Users/User/Documents/example.pdf , None).unwrap() ...
mqudsi
- 2
- Opened on Dec 3, 2024
- #74
@obi1kenobi s cargo-semver-checks would likely improve our stability. let s use it!
https://github.com/obi1kenobi/cargo-semver-checks
good first issue
anonrig
- 5
- Opened on Aug 3, 2024
- #72
In Url origin, ffi::ada_get_origin is called
Within the C++ code, ada_get_origin allocates an ada_owned_string using new[]
It is supposed to be freed using ada_free_owned_string.
However, the call to ...
pratikpc
- 5
- Opened on May 6, 2024
- #63
Hi!
I do ongoing PGO research on different applications - all results are available at
https://github.com/zamazan4ik/awesome-pgo . I performed some PGO benchmarks on the ada-url library and want to share ...
zamazan4ik
- 1
- Opened on Mar 17, 2024
- #61
Hi,
Building ada-url on debian sid fails. Running the following commands:
git clone --depth=1 https://github.com/ada-url/rust.git ada-url
cd ada-url
cargo build
details summary Produces the following ...
ju1ius
- 3
- Opened on Jan 31, 2024
- #59
It would be nice to compare idna package with ada_url::idna and have a benchmark in our readme.
good first issue
help wanted
anonrig
- Opened on Sep 5, 2023
- #55
While using the Rust crate for ada-url I have noticed that there s only url.host_type() but there s no getter for the
schema type. It d be great if we could expose the schema type as well so we have the ...
d3lm
- Opened on Sep 5, 2023
- #51
Test.sh file fails to run on macOS with the following error message.
➜ ada-rust git:(main) ✗ ./test.sh
STEP: Test
./test.sh: line 14: extra_args[@]: unbound variable
cc @KSXGitHub
anonrig
- Opened on Sep 4, 2023
- #46
Steps to reproduce
cargo test --features=libcpp
Expected behavior
It compiles and runs test successfully.
Actual behavior
warning: In file included from ./deps/ada.cpp:3:
warning: ./deps/ada.h:20:10: ...
invalid
KSXGitHub
- 6
- Opened on Sep 1, 2023
- #43

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.