Tobbe Lundberg

Results 360 comments of Tobbe Lundberg

> There can be two problems with this where it would not update the `package.json` at all for peer dependencies I don't know how pnpm handles this. But with yarn...

> I think a peer dependency is more technically correct, but I would probably change it from workspace:* to a more concrete value (i.e. ^8). As I mentioned – in...

I came here because I noticed the same behavior. This is parts of my `package.json` file ``` { "name": "setup-rwgc", "version": "0.2.1", "description": "Setup rwgc in a RedwoodJS project", "repository":...

Thanks for the PR @will-ks! I'll ask @dthyresson to take a look when he has a few minutes to spare 🙂

@Devon-White your plugin works great! Thanks for sharing 🙏 Implemented here https://github.com/cedarjs/cedar/pull/118/files Exposed at this url https://cedarjs.com/llms.txt

@pantheredeye Can you please update the title/name of this issue to be more descriptive? Thanks! 🙏

``` @Tobbe ➜ /workspaces/redwood (main) $ command -v yarn /usr/bin/yarn @Tobbe ➜ /workspaces/redwood (main) $ alias yarn bash: alias: yarn: not found @Tobbe ➜ /workspaces/redwood (main) $ realpath `which yarn`...

I tried reproducing this again. Still works without any changes. This time I tried in a project that uses Azure AD Added `email` to `RedwoodUser` in `api/src/lib/auth.ts` ![image](https://user-images.githubusercontent.com/30793/214130510-34900a2b-41fa-4842-9198-d84b091f9407.png) And can...

@c-ciobanu Thanks for letting us know! I reopened the PR and notice it now has a bunch of merge conflicts. If I can find some time I'll try to resolve...

Migration docs: https://deploy-preview-16471--vite-docs-main.netlify.app/guide/migration.html