Marcin Antczak
Marcin Antczak
Hello, I got short question. How to remove/delete project? I can succesfully create new one, but cannot delete. Could someone provide example how to do this task?
Just an idea and piece of `oneliner` I found 5 minutes ago: ``` git rev-parse --is-inside-work-tree ``` Returns true if dir is under git version control and false if it's...
Hi! Could you please add release tag to this repo? This will allow to download version 1.0 from https://github.com/ScottyB/ac-js2/releases URL.
Support for [GitFlow](https://github.com/petervanderdoes/gitflow-avh) `release` and `feature` hooks.
As in topic. There are no npm packages for post-flow-release-start, post-flow-release-finish and post-flow-hotfix-start hooks which are available in GitFlow framework.
Feature request: Project directory is currently cluttered with .tern-project file, although all project settings could be included into package.json file. https://www.npmjs.org/doc/package.json.html#config Is this possible to move project config to package.json...
As in topic. Create network process in Emacs an listen for webhooks. Some initial code base: ``` (defvar listen-port 10000 "port of the server") (defun listen-start nil "starts an emacs...
Could you please include these classes in scss? In this way one could use for example: @extend .infinite; to implement this functionality in scss. Currently the only way to make...
Theme mentor reports no closing body tag as error, while it's perfectly valid with HTML 5. W3C Html specification says: "A body element’s end tag may be omitted if the...
magit-gitflow does not respect preconfigured values of flags. For example: I added gitflow.release.finish.push = yes to git configuration. Magit-gitflow does not test this value and --push option is inactive, while...