Markus Kohlhase
Markus Kohlhase
I'm willing to merge PRs, publish new versions and help with some guidance for developers but I can't offer active development. So if you like to help, please write testcases,...
at the moment we have single line and block comments but I'd like to add support for doc comments too. e.g.: for java: ``` java // line comment /** doc...
@thedodd How are you? I can imagine you're pretty busy. I just noticed that there are 30 open PRs and 102 Issues that haven't gotten this much attention in a...
It would be cool if Trunk generates a standard HTML file when none is specified. Especially for examples this would be cool. Inside the `seed` repo there are about 50...
The sass call seems to cause a problem: ```sh Oct 12 16:43:51.204 ERROR ❌ error error from HTML pipeline Caused by: 0: error from asset pipeline 1: error spawning sass...
Let's say I want to call this function from JS: ```rust #[wasm_bindgen] pub fn send_example_to_js() -> JsValue { // ... } ``` in the `index.html` added this: ```html ``` and...
@ivanceras I thought it would be nice to see how sauron compares to other framworks. So I started an benchmark implementation here: https://github.com/krausest/js-framework-benchmark/pull/1064 Feel free to comment on this PR...
It would be cool to render [mdBook](https://github.com/rust-lang-nursery/mdBook)s directly as PDF :) I think this is the appropriate link to that topic: https://github.com/rust-lang-nursery/mdBook/issues/88
possible libs: - https://github.com/marcuswestin/store.js - https://github.com/brianleroux/lawnchair