EdOverride
EdOverride
How to fix/debug this, cos debug console doesn't show any error, before terminal becomes unresponsive. What I tried: 1) exe: `c:\git\git-cmd.exe` arg: `--no-cd --command=usr/bin/bash.exe -l -i` 2) exe: `c:\git\bin\bash.exe` arg:...
The ability to set `hashid` to something else would be a nice addition to config.
I had Lumia 950 XL with windows 10 mobile. I successfully installed windows 10 arm on Lumia 950 xl, using this tool, which is fine, but now I'm looking at...
In foreman docs (`foreman --help`) it's mentioned one can use `-f` option to specify custom `Procfile`, however that doesn't seem to work. ``` >> foreman --help Commands: foreman check #...
When `imgurClientID` is not provided (which could happen cos of wrong documentation, i already posted [here](https://github.com/yfxie/ckeditor-imgur/issues/16)), browser returns alert with text 'undefined' in this line: [https://github.com/yfxie/ckeditor-imgur/blob/master/vendor/assets/javascripts/ckeditor/plugins/imgur/plugin.js#L9](https://github.com/yfxie/ckeditor-imgur/blob/master/vendor/assets/javascripts/ckeditor/plugins/imgur/plugin.js#L9)
Main readme has this example: ```ruby require 'github/markup' GitHub::Markup.render_s(GitHub::Markups::MARKUP_MARKDOWN, "* One\n* Two") ``` But the value that `GitHub::Markups::MARKUP_MARKDOWN` returns is `:markdown`, however in the renderer ([https://github.com/github/markup/blob/master/lib/github/markup/markdown.rb](https://github.com/github/markup/blob/master/lib/github/markup/markdown.rb)) there is no such...