Raiyan Mohammed Shah
Raiyan Mohammed Shah
if i remember correctly, the extension complies the file twice for some reason, removing the extra compile fixes the slow compile time, I think i fixed it it my fork,...
check out https://github.com/agrawal-d/cph/blob/main/docs/dev-guide.md
I am facing the exact same problem. @saemimahsan I dont think `os.path.isdir(src_path)` will work since the directory/file is deleted. `isdir()` and `isfile()` returns true if the folder or file exists...
I think it will be a big hassle to individually blacklist/whitelist each case. My approach would be to pass the original `currentInput` to `LaunchApplicationFromPath` instead of the normalized one. https://github.com/files-community/Files/blob/4b77a5a1c74ffaa5c2bd129fa97bc79009b23590/src/Files.App/ViewModels/UserControls/AddressToolbarViewModel.cs#L782...
https://github.com/files-community/Files/blob/4b77a5a1c74ffaa5c2bd129fa97bc79009b23590/src/Files.App/ViewModels/UserControls/AddressToolbarViewModel.cs#L821-L828 After looking a bit more into this part of the code and doing some testing, it seems like if there is spaces in the path of the application (and...
> Should I disregard https://github.com/files-community/Files/pull/15448#issuecomment-2125469824? That bug I mentioned should persist even after the current fix. This issue comes from `fileName = trimmedInput.Substring(0, positionOfBlank);`. If file path is `C:/Folder 1/test...
I am just curious, what would you use it for? Imho this "feature" is really annoying for most use cases, since it practically soft-locks your pc with how its implemented....
> And yes I could open photoshop or whatever and drag them over but its much faster with the context menu and I don't have to already have the program...
> If that's a common enough use case, I don't mind keeping the existing behavior. I wouldn't know how many people use this "feature", maybe we can host a vote?
Hey @Rezmason, I am using Windows 10 Pro N 19044.2251 as my OS and as for my browsers I tested on the following versions, Google Chrome: 107.0.5304.107 (Official Build) (64-bit)...