Ben Hymers

Results 24 comments of Ben Hymers

Yep, I'd like this. Also, I've tried to add my own favicon.ico to the themes/default/static/ directory (and the images directory) and it's not getting picked up, which I think is...

Thirded, this is a very useful and non-bloaty feature.

Oh I should have updated this issue! I found a way to do this. What I'm doing is building an object ID mapping deterministically, by traversing my config assets (which...

Oh! Disregard the part about Unity 5.5. Turns out the test was failing in Unity 5.4.0f3 too, it's just that Unity's behaviour in choosing which tests get run seems to...

Thanks for getting back to me! Yes, this is using `BinaryX20` in standard mode. And you're right, `Guid` and `TimeSpan` are both structs - so I imagine there's no cycle...

Just passing by - this may be irrelevant if Tup isn't meant to be built with VS2015, but you definitely can build 64-bit executables with Visual Studio 2015 Community edition:...

No problem - thanks for the quick response! I'm starting like this (using mingw64 provided with Git for Windows, but the same bug happens starting through Windows standard command prompt...

I just tried creating a new journal with hledger add, and double clicking hledger-web. Same result - shows "£". I can't figure out how to add transactions in the web...

Ah sorry, I wasn't clear - the add form shows, but the 'Add' button at the bottom of the form didn't appear to actually add the transaction, just clear the...

I'm not experienced with Haskell - I tried building hledger on Ubuntu a year ago (following the docs to the letter) and it took me an hour and I still...