Results 1383 comments of Vincent Prouillet

I've made a PR updating onig to not use the bindgen dependencies: https://github.com/trishume/syntect/pull/293 which would solve the original issue.

I can confirm it would be very nice to export a method to render the gzip header and the CRC writing when you have to use the `Compress` struct. I...

I think that is fine, dict would be as well. It would be very nice to add that feature either way though, in our case we have a few different...

@lafrech would you take a PR for the config approach? I'd prefer the dict version rather than the string one but will be fine with whatever you prefer.

@kaj How close would you say it is to usable? I'm looking at alternatives to sass-rs for Zola and there is this library and grass which seem to be at...

Ah sorry I've missed that. It looks like a big chunk of work I guess, maybe the dart-sass implementation is clearer than the document? The last one though doesn't seem...

I *think* I'm running into a similar thing on OSX with [zola](https://github.com/getzola/zola/blob/master/src/cmd/serve.rs#L181-L204) and with Pycharm only somehow. I don't know if Pycharm/Intellij is doing something weird but when I edit...

Thanks for the info! I'll try the raw watcher this weekend and report back the results

The raw events for writing in a markdown file: ``` RawEvent { path: Some("/Users/vincentprouillet/Code/zola/docs/content/themes/_index.md___jb_tmp___"), op: Ok(CREATE | RENAME | WRITE), cookie: None } RawEvent { path: Some("/Users/vincentprouillet/Code/zola/docs/content/themes/_index.md"), op: Ok(CHMOD |...

Note that I've written a RFC for i18n in Gutenberg: https://github.com/Keats/gutenberg/pull/111 Not implemented yet but is similar to the approach Hugo is using, which is quite good IMO