Simon Egersand

Results 17 issues of Simon Egersand

As proposed in #88, would be nice to be able to clone an existing repo during the first time setup. Should be possible with git2-rs.

feature request

As proposed in #88, be able to create a repo during the first time setup step. This should be possible with the git2-rs library.

feature request

With #67 output to stdout changed so demo needs to reflect that.

Like `git commit` vs. `git commit -m [msg]`. Sometimes you just want to write down something small, eureka should support this use-case as well.

feature request

Using Node 15.4.0 I'm unable to run `gitbook build`. ``` $ gitbook build Installing GitBook 3.2.3 SOLINK_MODULE(target) Release/.node CXX(target) Release/obj.target/fse/fsevents.o SOLINK_MODULE(target) Release/fse.node SOLINK_MODULE(target) Release/.node CXX(target) Release/obj.target/fse/fsevents.o SOLINK_MODULE(target) Release/fse.node /usr/local/lib/node_modules/gitbook-cli/node_modules/npm/node_modules/graceful-fs/polyfills.js:287 if...

bug

### I'm Submitting a ... ``` [ ] Bug report [x] Tool/language/etc documentation request ``` ### Tool/Language/etc It would be awesome with a section of popular editors and IDEAs. This...

doc request

### I'm Submitting a ... ``` [ ] Bug report [x] Tool/language/etc documentation request ``` ### Tool/Language/etc An improvement to the contributors page would be to include each person's avatar,...

Both `stdout` and `stderr` are empty and status code is `0`. I can't figure out why. https://github.com/simeg/functional-shell/blob/master/tests/integration-tests/tests.py#L21 https://github.com/simeg/functional-shell/blob/master/tests/integration-tests/tests.py#L40