Email or username:

Password:

Forgot your password?
Top-level
Josh Adams
It doesn't look inscrutable, just like it's telling you a couple things it could have been but how far off each was
8 comments
Alex Gleason
I expect a stack trace. I don't expect a query plan. It needs one of those websites where you can paste the TypeScript error in and it tells you in English what's going on.

Anyway I fixed it, the two objects were indeed different. But it's like I Spy in that message!
NEETzsche
@e @alex @josh As though JavaScript weren't soyware enough.
ew
@NEETzsche @alex @josh productivity is better due to the tooling
ew
@NEETzsche @alex @josh

auto-generating your own admin interface
https://adminjs.co/
auto-generating your own api calls
https://www.the-guild.dev/graphql/codegen
auto-generating your own api layer
https://www.graphile.org/postgraphile/
auto-generating your own validation layers
https://www.npmjs.com/package/typescript-json-schema
auto-generating typed sql calls
https://github.com/adelsz/pgtyped

I can keep going lol
@NEETzsche @alex @josh

auto-generating your own admin interface
https://adminjs.co/
auto-generating your own api calls
Alex Gleason
I want to see your repo of what you're building.
Go Up