Skip to content
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

Make folder paths case insensitive. #14

Open
FluffyOMC opened this issue Oct 5, 2022 · 4 comments · Fixed by #16
Open

Make folder paths case insensitive. #14

FluffyOMC opened this issue Oct 5, 2022 · 4 comments · Fixed by #16
Labels
bug Something isn't working

Comments

@FluffyOMC
Copy link
Collaborator

In Microsoft Windows, files aren't case sensitive. I feel like we should maybe replicate this in folder paths.
https://winbin.wtf/Windows/System32/taskmgr.exe/
This is the current capitalization, it works. But if someone perhaps types something like...
https://winbin.wtf/windows/system32/taskmgr.exe/
Suddenly it breaks. This doesn't reflect Windows behavior, and can be a hassle for some people. Either way, this is really low priority, just thought about it.

@lawndoc
Copy link
Owner

lawndoc commented Oct 5, 2022

Not sure how easy that will be to do with Jekyll/GitHub Pages. Definitely a valid point and something to think about though.

@lawndoc lawndoc added the enhancement New feature or request label Oct 5, 2022
@FluffyOMC FluffyOMC reopened this Oct 5, 2022
@lawndoc
Copy link
Owner

lawndoc commented Dec 2, 2022

Updating this issue for myself to remember later why this was re-opened. The PR that was merged works when running Jekyll locally, but for some reason it doesn't work when published with GitHub Pages.

@FluffyOMC
Copy link
Collaborator Author

Ah, haha, yep!

@lawndoc lawndoc added bug Something isn't working and removed enhancement New feature or request labels Aug 28, 2023
@lawndoc
Copy link
Owner

lawndoc commented Aug 28, 2023

I did some initial digging into this, and it appears that GitHub Pages' web server is deliberately causing this issue. I'll do some more testing, but we may not be able to fix this without self-hosting the jekyll site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants