Justin
Justin
Awesome project! But shouldn't `Revwalk#getCommitsUntil` be named `getCommitsWhile`? It's confusing that the getCommitsUntil method gets commits _until_ the function is _falsy_. It would make more sense to get commits _until_...
### Current Behavior Custom key mappings for `ctrl-up` and `ctrl-down` do not work after reloading the editor. Instead, they map to the default usage of moving a node up and...
Great simple library! Any interest in adding a `dict` property to `nativeEnum` types?
Clicking on the version link inside the My Mods list, opens the browser to the mod page at a specific version. But it always returns `Page not found`. Remove the...
**What is the current behavior?** When calling two promises in a row, if one has a `success` defined, but the other does not, then the first one closes instantly. Example:...
On resolving a promise, if there is no success/error, then the pending toast needs to be dismissed. But if there was no pending toast, then toast.dismiss() is being called with...