Ryan Castner

Results 53 comments of Ryan Castner

I also am concerned with the dramatic increase in bundle size, @fraserxu if I understand you correctly the size reported by bundlephobia is off because the author is publishing extra...

@lancedikson thanks for the work here to reduce the bundle size. I would add that if the imports are tree-shakeable then even if the bundle size is larger, people will...

+1 I constantly am frustrated trying to find a column name in a table with 50 ish columns

I just ran into this one myself, was really surprised by the behavior, I thought I had a bug in my code.

I found that I needed the following setup to be able to `deploy` *and* `undeploy` There were a few more rules needed from the original listed by @MihaZelnik When `zappa`...

I think this would be helpful @Bartvds . My configuration above includes the necessary perms for when Zappa is managing IAM roles, if you setup the roles yourself then you...

I would agree that with the way Graphene is currently structured, the middleware is probably the best place to do permissions checking. I am trying to understand your code @dfee...

If you make a copy of the operation before you put it into the history array of undos, the memory leak no longer occurs. The problem here is that history...

Very cool, I am going to make some style updates and push them, also want to write a test for this before merging, if you get around to it before...