Brandon Clapp

Results 7 comments of Brandon Clapp

Confirmed @TylerCarrington is correct. I needed to downgrade both `@size-limit/preset-small-lib` and `size-limit` from 6.0.4 to 5.0.5.

I'm also getting the error with this buildpack https://github.com/fouady/heroku-buildpack-tesseract: > tesseract: error while loading shared libraries: libtiff.so.4: cannot open shared object file: No such file or directory `libtiff.so.4` appears to...

I was able to get the buildpack to work by using an additional buildpack for apt. https://github.com/ddollar/heroku-buildpack-apt I then needed to use it to install `libtiff4` and `libjpeg62`. For an...

`export const dynamic = 'force-dynamic'` worked for me as specified here: https://www.prisma.io/docs/orm/more/help-and-troubleshooting/help-articles/nextjs-prisma-client-dynamic Without adding this, Next.js was building my page as static instead of dynamic, so the content never updated....

Same ``` # EMAIL... # PASSWORD... COMPONENTS=application-ui OUTPUT=./output LANGUAGES=html BUILDINDEX=0 ```

Opened a PR to fix this https://github.com/kiliman/tailwindui-crawler/pull/87 Until this is merged, feel free to use my fork https://github.com/BrandonClapp/tailwindui-crawler

> Sorry for the delay. My wife has been in the hospital for the past couple of weeks so haven’t had a lot of free time to review this. I...