Chris Jayden
Chris Jayden
First off, thanks for building this! It really saved me a lot of time. Quick question, I'm releasing a plugin to wp.org and one of the requirements (in the plugin...
Hey all, Kinda a Webpack noobie here. I'm quite a long way into my project, and I'm starting to get annoyed by the long build time when I'm running `npm...
Took me a bit to figure this one out 🤔. But the [Chrome extension Just Read](https://chrome.google.com/webstore/detail/just-read/dgmanlpmmkibanfdgjocnabmcaclkmod) for some reason doesn't allow the modal to be opened. I've tried to debug...
Hey guys! I feel I'm missing something incredibly obvious. I'm trying to use the `plugins_api` filter to show the **View Details** link on the `plugins.php` page. The function is working...
Hey guys! Thanks for the awesome library. One thing I can't figure out for the life of me is how to use `sanityImage` inside `q.object()`. ```ts import { type Selection,...
It could make sense to spin off tRPC into `packages/trpc`. but might add additional unneeded complexity.
`@prisma/client` needs to be both installed in `apps/web` as well as `packages/database`. It's currently not possible to do `import { PrismaClient } from '@acme/database'` as it will throw an error:...
Edge routes are currently not supported because of SvelteKitAuth in `hooks.server.ts`. Because `hooks.server.ts` intercepts each requests, it will load the Authjs config, and in turn load Prisma. Have solved this...
Currently have about 3 client projects that require this logic, and I've been copy pasting too much 😆.
Need to upgrade deps, deployment currently fails on Vercel. ``` Error: @sveltejs/adapter-vercel >=2.x (possibly installed through @sveltejs/adapter-auto) requires @sveltejs/kit version 1.5 or higher. Either downgrade the adapter or upgrade @sveltejs/kit...