Eric Scouten

Results 26 comments of Eric Scouten

@Keats can you clone via `GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/scouten/146parks.blog`? 🎩 tip: https://stackoverflow.com/questions/42019529/how-to-clone-pull-a-git-repository-ignoring-lfs

That's intentional; they're not in the "sequence" for that section (which is almost the entire site). Prior to the commit I mentioned, they got rendered anyway. I saw the warning,...

I could probably hack this by giving them a negative weight and ignoring that on the section render.

That makes sense. I'll accept this as an as-designed and formerly-buggy behavior. As noted in the commit mentioned just above, I've found a workaround that lets me use the current...

No appreciable difference. Same site just rendered in 20.3 seconds using the latest `next` branch.

@Keats sorry, been extra busy with [other Rust-related work](https://opensource.contentauthenticity.org) last few weeks. Catching up and I started on building the anonymized version of my site last night. Hope to have...

Thanks for the pointer on replacing the text. I was able to create a repro case which shows the problem pretty clearly: https://github.com/scouten/special-waffle tl;dr: By removing the two taxonomies in...

> > been extra busy with [other Rust-related work](https://opensource.contentauthenticity.org/) last few weeks. > > Looks sweet, didn't realise Adobe was using Rust! My team is the most public about it,...

@Keats thank you for the diagnosis on my site. If you look at how I'm using `get_taxonomy`\, what I really wanted was the one tag and the count of pages...

@janosimas the intent of `async-generic` is exactly what you stated: You write one function definition and the macro expands that into _two_ functions: one sync and one async. I'm a...