Sam Lanning

Results 33 issues of Sam Lanning

fixes #422 This introduces a new setting that can configure the behaviour when pressing `Esc` in interactive mode. Currently with only 2 options, to either return the empty string (and...

After playing around with this code base for a couple of days, I've had a lot of fun and would love to become more involved! I've had a few ideas...

Currently direct dependencies are pinned to specific patch versions, as a result, projects that use this repository cannot respond to transitive dependency updates, for example #210 updates lodash to address...

In the following lines, it is suggested that it's not possible to get the contents of a staged file: https://github.com/isomorphic-git/isomorphic-git/blob/63f3a9c7b96bca5ae68f5a553dee9d7c12cc8928/src/models/GitWalkerIndex.js#L96-L98 It's also mentioned ([in the documentation](https://isomorphic-git.org/docs/en/walk#walkerentry-content)): > "STAGE walkers always...

question

There have been a number of requests around pushing to sub-directories of target branches, rather than the root. This is possible with a custom `CLEAR_GLOBS_FILE` file, and by replicating the...

enhancement
good first issue
feature request

Perhaps using globs?

maintenance

Would be cool if there was a mechanism to automatically inject stylesheets into the exported markdown. We could do something like: * Insert the stylesheet only once in the document...

enhancement

React component state updates using `setState` may asynchronously update `this.props` and `this.state`, thus it is not safe to use either of the two when calculating the new state passed to...