-
My intuition is that paths with trailing slashes should be treated the same as paths without them. I've written [my EditorConfig core in Rust](https://github.com/TheDaemoness/ec4rs) (which, at the tim…
-
`/contact` = `200`
`/contact/` = `404`
Need to figure out a way for Next.js to handle trailing slash links to direct to the page instead of 404.
-
Right now, if you go to https://engine.sourced.tech/v0.5.1/api/scala/, it works just fine. But if you go to https://engine.sourced.tech/latest/api/scala/ it redirects to https://engine.sourced.tech/v0…
-
I'm using your module to remove all trailing slashes from URLs to try and mitigate all the content duplication and to ease the pain that it'd be to do it for Netlify.
Within my `nuxt.config.js` fil…
J4VMC updated
2 years ago
-
## Environment data
- Language Server version: v2023.5.20
- OS and version: Ubuntu 22.04.2 LTS
- Python version (& distribution if applicable, e.g. Anaconda): 3.11.0
## Code Snippet
`…
-
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x…
-
The following link:
> ``
is found and displayed by indielogin.com, but is not recognized as GitHub. With the trailing `/` removed it works.
Maybe matching with URLs could be extended to accept …
-
Hi,
I'm not sure to understand why the trailing white spaces are removed when %s{file} is expanded with the value of a sysfs attribute.
Some attributes contain string descriptions of devices (su…
-
This is handy when looking at git diffs locally and in github
Without trailing comma (2 additional lines are shown)
```diff
instance_types = [
- "t3.nano"
+ "t3.nano",
+ "t3.micro"
…
-
At the moment, I am considering possible solutions to the Colour Panic bug, see #42, and came across the `strip_trailing_whitespace()` function, as well.
I found this implementation working identic…
iainh updated
2 years ago