Results 1383 comments of Vincent Prouillet

I'm thinking it would be nicer to always pass the `extra` section to shortcodes rather than being explicit about it

We don't want to pass the `extra` info twice and we're already passing the full page/section though. I think doing it in the shortcodes is better.

I'm following https://github.com/kaj/rsass and https://github.com/connorskees/grass to replace libsass but grass doesn't seem very active so most likely I'll switch to rsass once it can compile bootstrap. If it can compile...

> Is there any reason for wanting to use a rust based compiler instead of one based on dart? There's no way to FFI with Dart from Rust I believe?...

Has anyone compared grass and rsass? grass can compile bootstrap which is a huge plus in terms of general support. Libsass is deprecated so we should move to one of...

Yeah I've seen those updates but libsass is also a huge pain to build, especially on Windows - not to mention a very long compile time. Moving to grass/rsass would...

Sweet, it seems pretty straightforward. I probably need to look at rsass and see if i can reduce the deps a bit, so probably for 0.17

I don't know if there's a list of missing features compared to the original impl

I can see the need for decompressing but compressing?