Andrew Brampton

Results 231 comments of Andrew Brampton

Very awesome, but the Makefile is generated by makemake.go. So your changes would be undone. Instead, what I would accept is some change to the makefile generation to accomplish this...

I'm sorry, I have not looked at this, and nor do I have a Windows machine to test with.

This copy is getting quite stale (last update in 2013). The authority archivemount is here: http://www.cybernoia.de/software/archivemount/ Anyway, I've never tested archivemount with multi-volume archives. If I get a chance I'll...

No plans, and TBH I have not been actively maintaining this project. Pull requests welcome.

I came across this thread after I solved this (in yet a different way): ```rust struct EasySpan { input: LocatedSpan, } impl EasySpan where LocatedSpan: Slice + Slice, { fn...

Yes, min and max are only for reading. They tell you the minimum and maximum value the distribution may produce. There is no way to truely generate a normal distribution...

Exponential distributions go from zero to infinity. If the number is outside of the range you want, you could just discard it and pick another. However that would no longer...

Thanks for the suggestion ComFreek. I had a similar request in #10 asking for a Grunt build file. I would be happy to evaluate Gulp (patches welcome), but it would...

Thanks for your feedback. I'll certainly look where I can improve, but I think #2 and #3 are answered here: https://github.com/bramp/js-sequence-diagrams#usage ? Is there some way I can make that...

Thanks for the work. Not sure why the tests are now broken, Travis was able to build them previously. You should just type 'make', and it fetches all dependencies, builds,...