Ryan Bottriell

Results 10 comments of Ryan Bottriell

Has any more thought gone into this? It seems to me that a really good first step would be the ability for internal processes that use the logging level to...

I would also be curious to know if this was considered. I have been digging around but so far all I can think of is to parse the file using...

I have a use case for modifying the context during a global function. Is there any willingness to support a function call structure that takes a `&mut tera::Context` rather than...

I think that's a fair goal for values leaving a filter chain, but it seems like the inconsistent behaviour between the two cases above is surprising. I'm trying to figure...

Thanks, if you have any inclinations on where I can poke at this issue in the codebase I'd be happy to see if I can resolve the inconsistency

Any thoughts or follow-up on this one?

Okay, I've done a repl test against the latest ruby gem and found that filters are not allowed to start with undefined variables when `strict_variables` is set - which means...

I'm not sure why the AppVeyor build failed, it seems to be something outside of the scope of this PR

After some digging in the codebase, it seems like `forward(0)` already exists to handle this case, perhaps this can be added to the documentation? ```rs #[derive(miette::Diagnostic, thiserror::Error, Debug)] #[diagnostic(url("http://mylib.example"))] enum...