Vincent Prouillet
Vincent Prouillet
> My plan is to track dependencies and build the site incrementally when small changes have been done, so a "cold start" would be very rare in any case. I...
> But back to the PR: do you want me to invent simpler example code that wouldn't suggest template design that can get too slow, or should we let this...
Archinux and latest Flutter: ``` [✓] Flutter (Channel beta, v0.1.5, on Linux, locale en_GB.UTF-8) • Flutter version 0.1.5 at /home/vincent/Code/flutter • Framework revision 3ea4d06340 (2 weeks ago), 2018-02-22 11:12:39 -0800...
Is general parser size on the radar (that issue and #1041)? Looking at [Helix](https://github.com/helix-editor/helix) which has a big collection of languages, the sizes doesn't really match the language complexity (eg...
@HactarCE I'm getting an `[Error]` with that regex if I try to do something as simple as: ``` #[derive(Logos, Debug, PartialEq, Copy, Clone)] pub(crate) enum CommentLexer { #[regex(r"/\*([^*]|\*+[^*/])*\*+/")] Comment, #[error]...
You can use the load_data function to load the file but include with a variable is not going to happen
FYI we've added support for formats for the search engine output so it's just a matter of someone adding it.
I don't think this is worth adding as an option.
There are a few other issues on that topic, closing this one to avoid keeping too many open
Yeah, go for it. New version of Zola is going to be released either this weekend (unlikely due to RL) or next week, I had a look through the open...