Sander Maijers
Sander Maijers
I don’t know where this came from, but on Linux I apparently have both * `CARGO_HOME` being `~/.cargo/bin/` as well as * `CARGO_HOME2` being `~/.cargo/bin/bin/` . :confused:
I have no idea, probably just some leftover from messing around when there was no Arch Linux package for Cargo yet. Note that my `CARGO_HOME` was also wrong, the `bin`...
This could help lessen the need for https://github.com/lfairy/maud/issues/90, since it removes the need to mention a `String` type in https://github.com/lfairy/maud/blob/365d0ab956c8cf5db9d027c11b052d7e201e63d6/maud_macros/src/lib.rs#L50-L55.
I cannot build the hello world example: ``` do nov 13 21:23:36 UTC 2014 sander@s1:/home/sander/devel/hello/ # assemblage describe ==> Loading assemble.ml ==> hello version-not-set └─┬─ bin-hello └─ main.ml do nov...
An additional or alternative failure is that virtual manifest `patch` tables aren’t honored at all in the first place. After rewriting all paths to include the current directory prefix `./`,...
For `svgcleaner` specifically, extracting all CSS and linking it in as external resource is a useful functionality too. This could even improve compression, which the functionality proposed in my opening...
# Feature 1: translate inline CSS styles in SVG data into SVG attributes Parameters: * input SVG file path * optional: output file path ## Input ```svg circle { opacity:...
Alright! 2 would fit ‘cleaning’, but yeah, maybe not optimization per se.
I see there’s a mistake in the samples for the second feature. For my use case (CSP), I only need to extract all `style` tags and `style` attributes, not SVG...
Yes, based on my last comment that would suffice for me. (But not for extracting all presentation as external CSS to do postprocessing on that CSS). So I understand, with...