Julian Eden

Results 8 comments of Julian Eden

Really unfortunate that four years later this remains a complicated and undocumented flow -- this API could be as straightforward as client.sendResetPasswordRequest(email) and client.resetPassword(authcode, newEmail) where the authcode is from...

To elaborate slightly, while working in Typescript I can see all these methods exist on the store, but I have no idea what they do and I can't easily find...

I really appreciate it and the fast response. I'm in a similar boat, working on a solo project balanced with a full time job, and I've been feeling acutely how...

First impression is _great job!_ Looking at the Store reference in particular as recommended, it's exactly what I'd hoped for. Agree the forest of interfaces could use some cleaning up,...

It might be nice to add a link to this on the shiny nice docs site at https://lostpebble.github.io/pullstate/ by the way :) Still loving pullstate, very happy I chose it...

Okay, by examining the source code I found that this prop is passed through a call to `normalizeValue`, and that if it isn't an array or a plain object it...

I found a second issue with this, although this time I'm less sure what can be done about it. Because the dropdown has an `initialValue` prop but no `value` prop,...