Stefan Daschek
Stefan Daschek
The change in the call to `IO.popen` in `remote_client.rb` is taken from https://github.com/bernerdschaefer/akephalos/issues#issue/18/comment/485887 . Additionally I had to replace `":"` with `File::PATH_SEPARATOR` in two places in `bin/akephalos`. With these changes,...
apparition supports taking full size screenshots since the very first commit (see https://github.com/twalpole/apparition/blob/ac6f66162de7e1290d53b70d391ced890ec6a430/README.md?plain=1#L64-L66), so backwards compatibility should be no problem. It noticed that there was no test for the apparition...
I have `terminal.integrated.automationShell.osx` set to `/bin/bash`, but the Solargraph extension still tries to start `solargraph` via `zsh` (which is the system’s default shell). Note that there is a funny workaround:...
When I add a file to an existing PDF and then call `#write` the following error occurs: ``` Traceback (most recent call last): 18: from bug.rb:11:in `' 17: from .rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/hexapdf-0.24.2/lib/hexapdf/document.rb:674:in...
Fixes lecar-red/bootstrapx-clickover#28
I’m using this awesome gem for a project with an Odroid U3. The relevant lines from the [script](https://github.com/die-antwort/da-klingel/blob/c840e92c86d5e955fda2486ea2d0f022945d1136/da-klingel.rb#L15) are simply: ``` ruby after pin: 199, goes: :high do # do...
Affects embedded CSS (e.g. in HTML or in a Markdown variant supporting code blocks with syntax highlighting) only: While typing a selector, the pattern for `meta.selector.css` would swallow up everything...
There’s already a PR fixing this: #127 The bug got introduced in https://github.com/middleman-contrib/middleman-deploy/commit/86f76b2a53b408487eb294c5462c31be0751232a#diff-6d0c130d155d957759feb2f03e0d7f1b: `self` is necessary here, because the local variable `user` is shadowing the attribute accessor.
As shown on 31C3: https://github.com/noniq/flipdotwars – short video here: http://www.youtube.com/watch?v=9COjimqT3hw (Not an issue, of course, just a notice :smiley: )