-
There are a lot of proposed fixtures I see where someone adds a bunch of URLs, all the same. (The most common is probably `productPage` and `manual` being the same.) I don't think it's ever correct …
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/YOURLS/.github/blob/main/CODE_OF_CONDUCT.md).
### Submission validity
- [X] This is not a personal su…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/YOURLS/.github/blob/main/CODE_OF_CONDUCT.md).
### Submission validity
- [X] This is not a personal su…
-
If I'm not missing something this is a memory leak if you target unique URLs.
https://github.com/eclipse-ee4j/jersey/blob/f35691f4e4f1e6440ba2d384de798c4efdb2f932/core-client/src/main/java/org/glas…
-
## Context/background
We would like to create a Slack automation that will notify a specific Slack channel about newly approved mentors. To achieve this, we need a unique URL for each mentor's page.
…
-
Hello,
I noticed the presence of `type BytecodeVerification` and would love to hear your thoughts on this approach. I’d be happy to share my perspective as well. Rather than aligning with Etherscan o…
-
### SUMMARY:
It would be nice if each kitten could have a unique URL so that users could return to their favorite GIFs.
-
Currently, the slug is appended to just the domain: https://eastbaymajority.com/new-post
As we create more content, though, we won't be able to use the same slugs. This poses two potential issues:
…
-
Add `hashed_endpoint` to disallow multiple shortened URLs (**_with same configs_**) to point to the same endpoint.
Since each endpoint is decrypted individually, using a per URL randomly generated …
-
Currently, the URL shortening logic in the project uses a basic random string generation approach, which could lead to potential issues like collisions, scalability problems, and inefficiency in high-…