Tevon Strand-Brown
Tevon Strand-Brown
Hey @ignaciojcano where in your project did you put the module declaration?
Thanks @ignaciojcano this helped us.
One more thing to note here: This feature is doubly important if you want to slugignore other parts of a monorepo (which I do). In this case yarn will fail...
Yea, I skipped pruning (don't have focus in post-build). My slug is a lot larger now, but it works.
It was my slug-ignore that was causing the issues! It was removing a sub-repo which contained dependencies, so yarn was getting confused and trying to reinstall them when it ran.
This is an issue for me too! There is no way to recreate authClient. Just submitted an issue to this effect, it should really be as simple as creating a...
thanks for this note @simplenotezy! We were also looking at nestjs-sentry and seems a bit too inflexible for us. We need ot be able to use tracing and such as...
I haven't contributed before but am happy to work on this if helpful! Should this be a new agent type? From the api docs it seems an agent should repeatedly...
We're using Blueprintjs extensively with in a nextjs project. The key is the `use client` directive on top. I think the primary issue under this is that many bp components...
After looking through the code a bit, it looks like newer components are all FCs, and that the things being used on class components are: 1. Animations 2. Default props...