Evan Lecklider

Results 33 comments of Evan Lecklider

I agree, that seems like chaos. Seems pretty wild, but there's no reason it shouldn't work. We'd just have to implement it so we can recurse through nested arrays.

Just ran into this problem while building out a site using Lume and it looks like `pulldown-cmark` has released 0.10+ now https://github.com/pulldown-cmark/pulldown-cmark/releases

Until this resolved, I'm using Prettier via `deno eval`, in case anyone wants a stop gap: ``` deno eval 'import "npm:prettier@3/bin/prettier.cjs";' -- --parser markdown ```

I was having the same issue but found a workaround that at least worked in my case. Turns out it was because I changed the header "X-Frame-Options" from "SAMEORIGIN" to...

I’m not sure why this failing, it’s a pretty straightforward addition to the registry. If anyone can point me in the right direction I’m happy to take a look.

Probably worth noting that I’m using fish shell.

@savil fish 3.7.1 and direnv 2.34.0

@Lagoja thanks for looking into the issue. 1. Done, I'm on 0.10.4 now. 2. Done. Unfortunately, that didn't seem to fix the issue. The contents of `.raw-hooks.sh` is: ```sh test...

FWIW changing the contents of `.raw-hooks` to use `test -v` seems to fix the issue, though I'm not 100% sure it's functionally equivalent. Worth noting, `test -v` was [introduced in...

Yeah, just updated to 0.8.7 and am getting this error as well.