Jacob Deichert
Jacob Deichert
I should have specified, I'm **not** using github pages. I'm running on a digital ocean droplet. Read my issue again please, I said Rouge **does** work when I specify `syntax_highligher:...
For future reference, it's best not to assume and rather ask if I was using github pages or not. I found some more info supporting my claim. [Kramdown's website](http://kramdown.gettalong.org/syntax_highlighter/rouge.html) explicitly...
I'll close this since it's not a bug. Just a recommendation to improve the site. I may submit a pull request when I have time to define the differences on...
@khopsickle here's a good list of the dependencies that GitHub Pages has https://pages.github.com/versions/ No other plugins can be used/installed at this point in time.
Hey @alexcrichton, thanks for commenting! Okay, i think i might have stumbled across another project that was using `Box` with global state. What you've described already sounds much cleaner than...
@alvaro-cuesta thanks for that great usage example! Your use case sounds much like my use case for now at least. I'll have to play around with this pattern vs the...
@alvaro-cuesta thanks for letting me know. I haven't learned about `RefCell` yet but did notice its usage within the WasmBlock example you linked to above.
@alexcrichton thanks for the great detail! I think I use `format!` in a few places for console logging.... i guess i should take that out. > I'd recommend having allocations/formatting/panics...
@alexcrichton thanks again, this is some great stuff. I'll check out `cfg(debug_assertions)`. Sounds like exactly what i need.
@koute thanks for explaining how the js > rust scenario works! I figured there was a way, just didn't research it yet. Also, great work with stdweb. I've been keeping...