Asbjørn Ulsberg
Asbjørn Ulsberg
## Detailed Description This issue is our explorations of how the new CLI of GitVersion ~~6~~ 7 is going to look like. ### Design The new CLI is going to...
I want to convert HTML to plain text within a Kramdown plugin I'm making and I'm unable to get HTML entities decoded no matter what I do. Here's one of...
With tools such as [markdown-it-source-map](https://github.com/tylingsoft/markdown-it-source-map) it is possible to add source maps in the form of `data-source-line` attributes to generated HTML in order to provide more meaningful error messages from...
When I tried to install luagit on my OS X 10.10.4 machine (with Homebrewed `libgit2` in place), I got the following errors: ``` c $ luarocks install https://raw.github.com/libgit2/luagit2/master/lua-git2-scm-0.rockspec Using https://raw.github.com/libgit2/luagit2/master/lua-git2-scm-0.rockspec......
I've upgraded the required `libgit2` version from `0.17.0` to `0.22.3` as I was unable to get version `0.17.0` from [Homebrew](http://brew.sh/). `cmake CMakeLists.txt` executed just fine after (but didn't before).
**Atom Version**: 1.8.0 **System**: Mac OS X 10.11.5 **Thrown From**: [omnisharp-atom](https://github.com/OmniSharp/omnisharp-atom) package, v0.30.4 ### Stack Trace Uncaught TypeError: Cannot read property 'CodeActions' of null ``` At /Users/aul/.atom/packages/omnisharp-atom/node_modules/rxjs/Subscriber.js:227 TypeError: Cannot read...
I want to match a tag by both its attributes and text content, simultaneously. The following spec fails: ```ruby html = 'arrow_rightIntroduction' expect(html).to have_tag('div', class: 'nav-subgroup-heading') do with_tag('i', with: {...
After `/rebase` is triggered, it would be nice to not have to manually go to "Actions" and click through to the `rebase` workflow to see how it is doing. When...
If I were to provide a `docker-compose.yml` file that makes it possible to bootstrap Demozoo by typing `docker-compose up` on the command line, would you be interested in a PR...