Christian Vallentin
Christian Vallentin
This is just a quick fix to address #667, and open up discussion. Should we take any assumptions about interior mutability, statics and side-effects? i.e. never cache calls. Someone could...
This is a tracking issue of an excerpt of unsupported Jinja features, as specified in Jinja's [Template Designer Documentation]. The goal is not to list all unsupported features, but mainly...
Submitted the same issue in mitsuhiko/console#47, but clicolors-control is upstream and experiences it to. So the issue is probably to be fixed here. As mentioned in the other issue, running...
Fixes #4654 The trailing comma being inserted no longer causes a subsequent comment to be moved up. This change does not affect the [`trailing_comma`] configuration. [`trailing_comma`]: https://rust-lang.github.io/rustfmt/?version=master&search=#trailing_comma ----- This change...
I've implemented a custom `HTMLRenderer`, where I want to know if `render_image` is the only element on a paragraph. Essentially be able to differentiate the output between these: ```markdown Foo...
# Feature Request Would be nice with an indeterminate progress bar / throbber in the status bar, while the extension is saving the image. I just saved an image that...
SVG.toDataURL does not work for imported fonts. Even though the actual `` tag next to the image, displays the font perfectly fine. ``` html ``` ``` css @import url(https://fonts.googleapis.com/css?family=Open+Sans); ```
I was in the need for #308, so I used the repo as a git dependency. I noticed, that the output is vastly different all of a sudden. Using `Fbm`,...
Consider the following structure: ```text notes +- A | `- Test +- B | `- Test `- C `- Test ``` Assuming the directories A, B, C have folder notes....