Dan
Dan
Good stuff, @ymtszw. I used your work in my parser: https://github.com/danneu/elm-html-parser. I believe the only change I made was in `stringHelp`: ```diff stringHelp terminatorChar terminatorStr acc = Parser.oneOf [ Parser.succeed...
Nice work! Definitely a necessary improvement.
Without knowing anything about Private Pub gem and listening to these symptoms, make sure your Faye server is running in its own process. That means it'll sit on its own...
Thanks. BTW: The version of `craig` on RubyGems has been defunct for some time. I made a bunch of fixes in [this commit](https://github.com/danneu/craig/commit/ffc6e12645dc4d19cd62c07a63f7f8690162445b), but never pushed up a new gem...
I added the scss file: https://github.com/danneu/darkstrap/blob/master/darkstrap.scss -- I think it's slightly out of date with the latest css file. Something minor though, like I think I need to backport a...
That was the comical workflow I came up with two years ago when I first started this project, so going forward I'd like to: - Remove Compass dev dependency -...
@irjamby Badass. Could you share it?
I'll update this repo to include two darkstraps: darkstrap-2-x.css for Bootstrap 2, and darkstrap-3-x.css (contributed by irjamby) for Bootstrap 3. I also think I will change the versioning to be...
I did port irjamby's generous darkstrap3.css pull request to my blog and will add it as a demo. http://www.danneu.com/bag/darkstrap/darkstrap3.html You can see the darkstrap3.css here: http://www.danneu.com/bag/darkstrap/css/darkstrap3.css There are some small...
Cool. Thanks for letting me know.