Konsta Hölttä
Konsta Hölttä
(Found some related uncommitted changes on documentation, so force-pushed a new revision not to forget them.)
I think I've encountered the same bug. Can't quite make sense from the example so my case might be slightly different, but these probably have the same root cause; looks...
Here's another interesting repro case: multiple macro files imported from the rendered page, but no import recursion. https://github.com/sooda/bugs/tree/tera/macro-namespace-inheritance-v2 Case: `page_a.html` includes `macro_bar.html` as `bar` and `macro_a_foo.html` as `foo`, calls `foo::outer()`....
These occurred in normal use so there wasn't much debugging needed :) the actual bug still needs to be found and fixed. See PR #548 for two commits. The first...
Sure, thanks. Opened a PR for completeness; looks like the change would be small patch-wise at the moment.
Thanks for the quick response! I don't mind keeping these in my site engine if the filters aren't general enough; I'm hoping to eventually see more usecases than just the...
Getting a bit off topic, but this is interesting > I was benchmarking with 10k-100k pages site and that's not working at that scale. Sure. My plan is to track...
> You should be careful to not create Tera functions for users to use Thanks, good point. Such data piping would need to track the origin of the information which...
Hi, are you still looking into it? This appears to still happen. Note that it's not just the "spaceship operator" that's impacted but anything with "" and something in between,...
Proposed fix in https://github.com/deviceplug/btleplug/pull/384 Another "fix" for users would be to use a later version of this library, but the async overhaul is a bit much. 0.6 that got rid...