Toby Suggate

Results 156 comments of Toby Suggate

@chaeronius Sorry about that. It's not working for me again either. I'll fix it soon.

I opted into the spellcheck without thinking about it much. There is no settings for it in the UI, sorry. If you are getting lots of spelling errors for valid...

GitFiend is supposed to bring up a credentials dialog ("terminal prompts disabled" is part of gitfiend handling the credentials itself). I'm not sure what your credential setup is? GitFiend supports...

Thanks for the report. Sorry, the path stuff is currently hard-coded. I think I'm going to have to replicate this and come up with a fix.

I noticed Tauri has a path env fixer util that does more than my own and mentions zsh ([fix-path-env-rs](https://github.com/tauri-apps/fix-path-env-rs/tree/dev)). It may be a stab in the dark, but I've created...

Nice. This will probably fix some other related stuff as well, so thanks for bringing it up.

GitFiend doesn't have its own Git or gitignore implementation. It uses your system Git to determine what files are changed/visible. If you are seeing ignored files it's most likely you...

GitFiend runs this command first to check for changes: `git status --porcelain -uall -z`. Does this print what you expect? You could then try opening the devtool tools (menu ->...

Sorry to hear about this problem. I've created new beta build (v0.41.0) after updating the library I'm using to create the rpm file. This may fix help. You can get...

Do you turn off animations for your operating system? I've been considering respecting the users operating system setting and disabling animations if they are off there. Or would you prefer...