Caleb Maclennan

Results 1654 comments of Caleb Maclennan

`#!/usr/bin/env python` is not an inherently bad shebang line and the *preferred* way to do this on many/most distros. Fedora is trying to be a special wall flower here by...

@yisar WOFF2 is a file format organization and compression scheme to optimize *transmission* of fonts over the internet for embedding in websites. The font payload you get after transfer and...

In that case I'm guessing something in Github's permissions model changed and the setup process needs an extra step to get it authorized!

@orf Unfortunately it doesn't seem to be that. I removed the status and did some more pushes. I read the links you sent and it seems pretty clear that this...

Same issue here in Neovim, and the upstream vim/neovim syntax is rubbish. Really what needs to happen is this needs to get contributed upstream! Setting the ft manually with the...

Is there currently in `master` no way to use the old default date format in print output? I'm a strong supporter of the new default and will be migrating to...

The test I added was for a proposed bit that isn't implemented yet (account name sorting), I didn't add a test yet for the part I did implement (descriptions/payee/note sorting)...

I think that summary is correct. When the time comes I'll be happy to take care of some of the other steps, but I don't have access to Windows to...

I've tampered with this a couple times but my Haskell isn't really up to delivering anything useful. On the other hand I do wish for it to be done quite...

I've definitely wanted this for the sake of keeping old data around without cluttering up certain queries and reports. One hack I came up with is an include file that...