bruno
bruno copied to clipboard
[BUG]: Unable to rename uppercase file to lowercase file
Hello!
While using Bruno I attempted to rename my one file "Detect" into "detect". But I was met with the following error:
Steps to Recreate:
- Create a new file and name it with a capital letter. EX: "Get"
- Right click on that file in the left pane and click "Rename"
- Rename it to "get".
- Note error that appears
Application Type: Mac Silicon
I think this is a known issue with file-systems that are non-case-sensitive (e.g. Detect.bru and detect.bru would point to the same file). See https://github.com/usebruno/bruno/pull/531 for the long discussion on this topic.
I implemented a fix on my fork: https://github.com/Its-treason/bruno/releases/tag/nightly
Awesome, thank you. Yeah, I saw it was a bug before. But that issue was closed, so I figured it was a regression.