Howie

Results 6 comments of Howie

thanks for the reply. I do have a fork with some changes but I'm still trying to work out a few bugs, and make sure I'm actually understanding all the...

I'm experiencing this as well, currently trying with a relatively simple schema like the OP's example: ``` type Location { city: String state: String } type Event { id: String...

This is great! For question 1 -- I generally favor the advice to "prefer duplication over the wrong abstraction" and in this case a separate export seems fine. Alpha/beta releases...

@jagthedrummer I was running into friction here as well (literally yesterday) -- in the short term, so that I could start using this add-on, I just created my own (very...

I'm at a point where I want to try using this add-on, so I'm going to use as-is without ES6 classes on my models for now -- but there's been...

EDIT: @mydea -- After thinking about the problem of testing my focus trap a bit more, do you need to do anything beyond testing that the "wrapping" aspect of it...