Jan Vlnas
Jan Vlnas
As was previously noted in #30 and #31, namespaces are being handled differently in each implementation. However, only two libraries behave consistently so there is no preferred way to handle...
Create origin repository locally (it probably needs to be _bare_). Then clone the repo to create a downstream repo for testing.
I have a git flow project. When I attempt to run `omgf` from a subdirectory, I get this error: ``` omgf[error]: Git repository does not exist omgf[error]: Git is not...
This has high priority for simpler distribution on macOS #41
Current readline support is nice, but you cannot fix typos in lines you already added. Add configuration option #46 to use $EDITOR by default akin to Git's interactive rebase behavior.
Node 16.9.1, npm 7.20.3 I am trying to run `npm test` for scoped package `@atom/watcher` I would like to add. However, I am getting the following error: ``` tar (child):...
Revisiting the guide a some of this stuff is primarily an opinion without substantial reasoning. Case in point is the recommendation to avoid ES6 `class`. For me the primary reason...
Just a dumping place for brainstorm. ### Standalone guides - Git, i.e. crash course, basic operations, [commit messages](http://chris.beams.io/posts/git-commit/), pulling, rebasing, tools - Pull Requests - QA checks, code review -...
Guide recommends to avoid classes and prototypes but doesn’t have a separate section about object factories as a recommended way (though FP part about data/behaviour separation is close). I should...
Hi! I would like to use Reflow on our project which uses [optional chaining syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) and I run into this error when using `reflow`: ``` 🔥 Error: [file].js could not...