Matt McCutchen
Matt McCutchen
I noticed that the Braid home page (https://cristibalan.github.io/braid/) no longer has a direct link to this repository (https://github.com/cristibalan/braid). Having such a link would be a courtesy to users, who otherwise...
Should we be remembering to update http://cristibalan.github.io/braid every time we update the readme, or shall we just redirect it to the repository so people can see the readme (and add...
``` git clone https://github.com/cristibalan/braid/ cd braid braid add https://github.com/cristibalan/braid/ lib ``` This overwrites `lib` without warning. It should probably be an error.
Braid should accept the syntaxes `braid help COMMAND` and `braid COMMAND --help`, which are common in other commands that have subcommands, including `git` itself. In the current, idiosyncratic `braid COMMAND...
#47 introduced a performance problem: re-fetching a remote from the cache after deleting and re-adding it can take a nontrivial amount of time even if all the objects are still...
On Windows, Braid writes .braids.json with LF line endings. Using Git for Windows with the recommended settings (core.autocrlf = true and core.safecrlf = warn), this produces a warning on `git...
Braid was only designed to work when the current directory is the root of the working tree. Running Braid in a subdirectory currently doesn't work (Braid looks for `.braids.json` in...
I'd like to be able to add, update, or remove mirrors in the same commit as other related changes. I propose that the `add`, `update`, and `remove` commands could take...
Thanks for this useful library. We've recently found what we would consider to be a bug. If the user right-clicks to trigger the menu and the browser window is small...
The readme says: > _Note: the options can also be passed as follows: `Players.insert({name: "New player"}, {tx: {instant: true}});`. This can be used to avoid potential namespace collisions with other...