-
Updated
Feb 24, 2020 - Python
urls
Here are 126 public repositories matching this topic...
We are using YARL with mqtt: and mqtts: URLs, for which default ports are not substituted. This means we have to do the substitution manually in our code. This is fragile and easy to forget.
One possibility is to just add substitutions for these schemes (and possibly other common schemes) to YARL directly. This would be straightforward, but I can imagine it could also be a maintenance heada
For the project we're running (openrem.org) we run the code throurgh Codacy to check the code quality. Issues were raised with the generated reverse.js file.
Especially missing semi-colons, using underscores instead of camelCase and some other issues.
the following urls should be valid, but are not:
http://localhost
http://chewbacca
http://chewbacca;80
http://chewbacca:80/test
I used the embedded anchorme on the anchorme.js documentation site to test this.
-
Updated
Feb 11, 2020 - JavaScript
If one changes this (M-x cd) to a directory that's not a git repository then the link cannot be generated.
It looks like the example links on the readme are broken.
Things like "Example run with console output" go to a page that says "Cannot proxy the given URL".
Thank you :)
-
Updated
Feb 8, 2020 - Go
-
Updated
Sep 18, 2019 - Python
-
Updated
Nov 29, 2019 - JavaScript
-
Updated
Feb 1, 2020 - JavaScript
-
Updated
Feb 19, 2018 - PHP
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Jan 26, 2020 - JavaScript
-
Updated
Feb 15, 2020 - Python
-
Updated
Jan 11, 2018 - PHP
-
Updated
Oct 29, 2019 - Go
-
Updated
Jul 2, 2019 - PHP
-
Updated
Apr 23, 2019 - PHP
-
Updated
Nov 22, 2019 - JavaScript
-
Updated
Jul 3, 2019 - PHP
-
Updated
Nov 7, 2019 - PHP
Improve this page
Add a description, image, and links to the urls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the urls topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
I'm building a website where local anchors are an important part of the content navigation. I need to automatically check whether they're broken or not.
Describe the solution you'd like
I'd like the checker to validate whether my
<a href="#foo">or<a href="http://example.com/#foo">links lead to a page where an actual