Trevor Hartman

Results 164 comments of Trevor Hartman

Amazing, thanks @juliencrn. I'll check it out!

Hey @juliencrn, I might have missed it but I don't see a way to get the previous entry with the new code.

I too have noticed perf issues with Clojure syntax on a 2-month-old top-of-the-line MacBook Pro using regular vim. Amazing work, looking forward to this being merged! For those using neovim...

Hi @guns, is https://github.com/guns/vim-clojure-static/tree/issue-77 ready to merge?

Need to add some logging to answer that. I'll try it out.

Is there a way to convince amplify of an updated auth domain? It reverts to my old domain any time I `amplify push`.

Agree. I've always found the inaccurate types confusing. It leads to error prone code, since the result of these hooks is briefly `undefined` before they return valid values.

Thanks @jhuleatt, very excited to see activity on this project! A couple pain points I run into regularly: - https://github.com/FirebaseExtended/reactfire/issues/577 - update types to reflect the fact that `data` will...

I'm running into a similar issue where I use `field.setValue` to programmatically update my form state but the UI doesn't reflect it. I'm new to this project so I'm probably...