Fredrik Wallgren

Results 16 comments of Fredrik Wallgren

The error is from https://github.com/walle/gas/blob/master/bin/gas-add#L6 One thing that might be easy to miss is that the name should be quoted eg. "Fredrik Wallgren", if it has a space, to count...

Yes, this seems to be a bug in gas. For now, you can use the command `$ gas-add` instead of `$ gas add` to add a user. I don't know...

Yes, I think this might be an issue with wkhtmltopdf. I've looked into this before, but not gotten anywhere. This might be fixed by an upgrade of wkhtmltopdf, but I'm...

I'll look into this.

Yes, I have, the thing is that I haven't had time (motivation really) to implement the feature. The design of gimli is kind of broken from the start, I wrote...

Hello! What program is at version 0.12.1? The lastest version of gimli is 0.5.6. I tested your command in 0.5.6 and it "works", I don't get any error messages but...

The 0.6.0.pre version is experimental and uses another version of wkhtmltopdf. Try uninstalling gimli 0.6.0.pre and use version 0.5.6. This is my output regarding wkhtmltopdf on ubuntu ``` [00:26:34] ~...

Could you share your output for ``` $ which wkhtmltopdf ``` and ``` $ wkhtmltopdf ``` The -q argument is added here https://github.com/walle/gimli/blob/42828df37711b26fbb4efd608d3c6011a99dbb53/lib/gimli/wkhtmltopdf.rb#L30 The issue seems to be that you...

That is weird, I just tested your input and I get the correct output. If you test this input (test.md) ``` md # Test foo `format text in a special...

Not really sure how you mean. There should be tools to do this eg. reference style links http://daringfireball.net/projects/markdown/syntax#link, lists http://daringfireball.net/projects/markdown/syntax#list and images http://daringfireball.net/projects/markdown/syntax#img Oh, I looked into it some more,...