Tony Holdstock-Brown

Results 55 comments of Tony Holdstock-Brown

lol no sweat. ah i hear you, family is important as well. lmk if you need anything! [email protected] :)

For example: ``` @load({ email: User.getItem().filter((user) => user.email) }) class EmailAddress extends PureComponent { props: { email: string } } ``` Or: ``` @load({ emails: User.getList().filter((users) => users.map(u => u.email))...

I'd like to revisit propinspector before merging this. Looking at it i'm not certain the `while` is sound.

👍 I'll take a look at this shortly, thanks!

I'm going to replace the example with https://github.com/tonyhb/personal-starter, which uses https://github.com/tonyhb/redux-boilerplate. Thanks again!

Yup, those are the only dependencies on react! I'll add this to milestone 3.0 to track - it'd be great to do this along with ember integration that other people...

Yep, agreed. I'll see if I can get to this bug this week. Also, I feel as though this should be valid: ``` static fields: { id: undefined } ```...

Wazero is pretty great — I've communicated with the folks over there on some performance issues (eg. cloning parsed runtimes: https://github.com/tetratelabs/wazero/issues/179), and their V2 should address a lot of performance...

Note: you can get around this with `ON CONFLICT DO NOTHING` and using `nil` as the upsert columns as long as postgres can automatically figure out the right unique index...

Noted! Was filing an issue for awareness. Likely won't have time this year, but maybe I can help out with a PR at some point :)