Evan Boehs
Evan Boehs
Work around does not work for me update: so - I'm dumb. I acquired the plugins by opening the search plugin gui and clicking "check for updates" 
> I know they have priorities, but after such time, I don't know if it's about priority or don't carism (same apply to other issues years old) Feel free to...
appears to be a 1-2s speedup
``` evan@EvanAir site % hyperfine "node ./node_modules/@11ty/eleventy/cmd.cjs" --warmup 1 Benchmark 1: node ./node_modules/@11ty/eleventy/cmd.cjs Time (mean ± σ): 5.587 s ± 0.118 s [User: 6.434 s, System: 0.654 s] Range (min...
Possible duplicate of #11730
Related: the following works: ```njk {{ set c = post.data.description |> renderMd }} {{ Card({ class: "p-summary", content: c }) }} ``` The following does not ```njk {{ Card({ class:...
One other: parens break it: `{{ set a = ("" |> escape) == "a" }}` We've skimmed the code and believe this issue is a bug report, but are not...
> Vento pipes must be always at the end of the tag. for example, this works: `{{ set a = "a" |> toUpperCase }}` but this doesn't: `{{ set a...
> Yes, take a look to how is implemented in for: https://github.com/ventojs/vento/blob/main/plugins/for.ts#L34 The if is similar, just passing the condition https://github.com/ventojs/vento/blob/main/plugins/if.ts#L23 > Yes, as said in the first comment, you...
You can access like `obj["1000sats"]`