Tobbe Lundberg

Results 270 comments of Tobbe Lundberg

Just writing to let you all know that @cannikin is on vacation, so if we're going to wait for him, this PR will have to sit for a while.

@pchc2005 Yes, we're aiming for a patch release as soon as possible

@pchc2005 Patch release out: https://github.com/redwoodjs/redwood/releases/tag/v2.2.1

Work on this is ongoing in https://github.com/redwoodjs/redwood/pull/5985 Most things in Danny's list are already handled. Only thing I'm not doing is anything that touches stuff on the api side

Related: If you have two users ``` { id: 1, name: 'Bob' }, { id: 2, name: 'Alice' }, ``` And a visitor goes to https://page.com/users/3 Should you show them...

@thedavidprice linked a page about 404s earlier in this thread. That page links to another page where we can read this: > What Are the Most Common Improper Setups For...

> So we were taking about having React redirect you to a URL that React doesn’t own, and that can always return a 404 I don't like that solution. It's...

One thing that's been bugging me about import/order is that whenever VSCode auto-imports something for me I get red squiggles. So it would be really nice if we could make...

@jtoar @dac09 Do any of you have any input on this? You were both involved in this semi-related PR from a couple of months ago https://github.com/redwoodjs/redwood/pull/4954 Ohh, and I just...