Ben LaVerriere

Results 5 comments of Ben LaVerriere

As another anecdote, I ran into some trouble deploying an Eleventy site with Netlify because a nested `node_modules` directory wasn't ignored. (A **huge** thank you for the [debug output](https://www.11ty.dev/docs/debugging/); I...

I tripped over this as well. I imagine this query wasn't marked "required" since apps should also respond safely to empty search queries, but in this setup I think the...

Still planning to put together a removal PR. In the meantime, wanted to share some additional learning around the (non-AGP) Gradle build cache. There's a [post from 2021](https://circleci.com/blog/turbocharging-your-android-gradle-builds-using-build-cache/) on the...

Ah sorry, I forgot to explain something. The "local" directory-based caching in Gradle will clean up the cache directory based on when each item in the cache was last accessed....

As far as I know, the solution is: don't use the CircleCI cache feature to store the Gradle build cache, and use Gradle's remote caching feature instead. I'm happy to...