-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL bug: url hash params cut-off #20
Comments
Oh ok, comparing the output in the screenshot I see the problem: DefaultApplication.jl/src/DefaultApplication.jl Lines 21 to 27 in 2af8998
julia> relpath("https://google.com/#Blah")
"https:/google.com/#Blah" (tbf, URLS are a non-documented feature, re #12) |
tfiers
added a commit
to tfiers/DefaultApplication.jl
that referenced
this issue
Jan 28, 2023
tfiers
added a commit
to tfiers/DefaultApplication.jl
that referenced
this issue
Jan 28, 2023
better than nothing at all, no
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In WSL,
opens just
https://google.com
in the browser.(On Windows, it does the correct thing)
Strangely, if you do
(which seems to be what DefaultApplication does in WSL),
then it does work correctly!
i.e. here, the first command opens
https://google.com
in my (Windows) browser, while the second openshttps://google.com/#Blah
:For context, my use case:
depgraph_web
does not work tfiers/PkgGraph.jl#96The text was updated successfully, but these errors were encountered: