Tobbe Lundberg

Results 270 comments of Tobbe Lundberg

> * Do you like it at the start? Should it go somewhere else in the flow of the install process? I like it at the start. I feel that...

Thanks for the ping @ehowey. I'm sorry I didn't get to this today. It does look good, I just want to take it for a spin locally. And then I'll...

So this is what I see when I try it (just for reference for everyone else) ![image](https://user-images.githubusercontent.com/30793/191264083-0a611e6a-6d27-4b87-a172-d6256018b8f5.png) In addition to the red text you already have there, how about adding...

> Sorry for the delay here Tobbe No need to be sorry. Take the time you need 🙂

Hi @MartinTechy We're currently working on restructuring our entire auth sub-system over here https://github.com/redwoodjs/redwood/pull/5985 The web/front-end part of it is in pretty good shape. I'm currently working on the setup...

I feel like the api is pretty stable. So you could totally get started if you wanted. BUT We do plan to move things to their own separate packages, but...

Thanks for getting started on this PR @pantheredeye @Philzen outlined a different approach here: https://github.com/redwoodjs/redwood/pull/6059#issuecomment-1207528290 IIRC The reason he preferred doing it that way was concerns about speed. Adding linting...

@pantheredeye Thanks for linking that comment. I knew he had written that somewhere. For some reason I missed it when skimming over his recent PRs and comments... An RFC mentioning...

> I stuck in accessing my redwoodjs on my dev server after serving it with **rw dev**. I'm not sure I fully understand. Can you please explain your setup? Are...

**Describe alternatives you've considered** We've also considered calling the original typescript-resolver plugin (with the original visitor) as it is, and then calling our own visitor. And then trying to surgically...