Results 12 comments of velle

I hope you will merge this, since I really need this feature :) I looked through the code, and its very simple and elegant, and its hard for me to...

> Build? What do you mean? The rake task is called `package` but the task description says that it "builds" the package. Here are the steps I did: git clone...

> How would the skips be unintentional? Judging from the way you phrase it, I guess it should be obvious to me. But its not :) I never found a...

> It should be pretty easy to track down to see for yourself (eg rg -truby -w skip test). I had already been digging around with grep. For instance I...

I recently touched Ruby for the first time. I cloned Jekyll and ran the tests. One test failed roughly every second time, because it depended on the order in which...

I think I found the problem. In docs_contents_mobile.html, `page` should be replaced with `current_page`. The typo is only in the mobile version of the docs contents html, but the problem...

> Try > > lftp -d ftps://ftp.dataforsyningen.dk Could you please explain what that is supposed to do? I can see in the manual entry, that "-d" is an option, but...

First of all. By adding the ftps prefix to the protocol (`ftps://ftp.dataforsyningen.dk`) I actually managed to connect properly. Thanks :) With regards to the `-d` flag. Unfortunately I did not...

> I find in the man page: > > OPTIONS > -d Switch on debugging mode. Appologies. I actually looked several times, but still missed it. But it is there....