Tim Hutt
Tim Hutt
Whenever you change branch or the repo is refreshed the commit revision history list, and the tree view (if you have it open) are cleared for about 0.3 seconds before...
I'm running a recent (couple of days ago) revision of GitX in Xcode, and I just switched to and it was stopped in Xcode, which was reporting that AddressSanitizer had...
Just discovered this after getting fed up with Sourcetree being extremely slow and crashing all the time. One feature I miss from it is that you can double click a...
One feature that Sourcetree has that would be nice is the ability to reset a branch pointer to a different commit. "Reset" is a really bad name for it actually...
It would be cool to support the `regex::bytes::Regex` matcher using the non-unicode flag. If I try this regex: (?-u). I get the following error: ``` Syntax( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex parse error:...
As an additional safety check for `node_modules` you could check for the existence of `package.json` in the parent directory.
A bit funny but I found it you `export HOME=''` then Mcfly panics!
This documents the very surprising behaviour that `set_readonly(false)` will make a file *world writable* on Unix. I would go so far as to say that this function should be deprecated...
Maybe I missed it, but I couldn't see how to insert a row if one of the columns is e.g. `TEXT[]`. I naively tried `params![a_vec_of_str]` but `ToSql` is only implemented...
Currently you can use the `MultiEditorWidget` plugins to display and edit data values that are in custom formats (images, dates, etc.). That is very useful, but when you have a...