|
|
|
|
|
by swyx
1403 days ago
|
|
congrats team! i like how you used detail/summary tags to truncate the v1 vs v2 diffs. > It is a bit surprising that you need to add a select policy to do an insert, so we opted for the “principle of least surprise”. If you don't append select(), the data value will be an empty object: {}. i wonder if there will be dev-mode assistance/hints for people who may be surprised by this. I'm very excited for the multiplayer features you teased. it looks to be increasingly table stakes for any app, and people shouldn't be handrolling this stuff. |
|
We mostly rely on Postgres' errors to bubble up through the client libs which, coincidentally, is one of the things we've improved in this release. Most of the servers now are passing the Postgres errors through, and we're standardizing on the Postgres error format.
There's a lot more we can be doing here, but it's a step in the right direction