Billy Moon
Billy Moon
I think a React importable component would be great, but I think some more changes should be made to suit the React paradigm. Perhaps the core functionality could be extracted...
I need this too, as I want to make my graphs responsive, which require redraw in js after container size changes. I think it is a pretty common use case....
Here is the blog post from coffee-script author about it: http://ashkenas.com/literate-coffeescript/ I tried to replicate your issue, but it is working as expected. When I have `app.coffee` it compiles everything...
Any markdown renderer can generate the docs, because the files are perfectly ordinary markdown files... or you can just read them in a text editor (as that is how markdown...
I had a go at adding it to master, and for a simple case it was pretty easy, but after testing with more files, I was coming up against a...
Re: debug mode… I can't get it to work. I am doing `toaster -d -c .` and it is failing with an error where it is trying to compile a...
Re: Debug I had modified the master a little, but was not successful in getting it to work reliably, because at some point, the coffee-script compiler is called, with a...
Looks great - thanks for the pointer. On Apr 12, 2013, at 7:04 PM, Anderson Arboleya [email protected] wrote: > @billymoon Hi, I just want to tell you that I'm discontinuing...
I couldn't find any Dockerfile in this repo, and the fork linked in this ticket is giving me a 404. For my own use, I made one up... ``` FROM...