Daniel Leidert

Results 38 comments of Daniel Leidert

I have just been informed by a colleague that the commit has been reverted in `webrick`: , but there is not yet a new version of it. So you'll probably...

The problem is that the tests run `exe/byebug` directly. The fix for us was quite easy by enabling the behavior you have reserved for Windows only: run the script and...

Here are the logs: (amd64) (i386)

It seems the Fedora guys commented out this test as well (probably due to the same issue):

It seems that both Fedora and Debian are testing without rspectacular. Not sure if this causes the difference.

The warning disappears after creating a personal access token (scope: public_repo) and assgning it to the environment variables `GH_TOKEN`, `GITHUB_TOKEN` and `JEKYLL_GITHUB_TOKEN`. Still the problem persists: the resulting websites contain...

I found the culprit, although I don't understand, what's happening. Removing the group assignment(?) for the `github-pages` gem works: ```Ruby source 'https://rubygems.org' gem "github-pages" platforms :ruby_21 do gem "rb-inotify", "~>...

It seems when using po2json this leads to only the first string being translated.

It seems like the context ID is multiplied. But the other IDs can be found in the .po file as well. So the issue might be, that the context ID...

Oh, I just saw, that there is #102 with a different approach.