Ryan Castner

Results 53 comments of Ryan Castner

So does babel 7 support work for this?

`?next=` definitely does not work with default Shibboleth implementations, it expects it to be `?target=`

nice! If I can help in anyway let me know. I don't have another mac to confirm if this is purely an issue with my machine or if it presents...

Hey no worries. Mac is so difficult to develop for because you can't emulate it :(. I might be able to set up a mac mini that you can remote...

Hey @markerikson , Wanted to chime in, I just finished converting all of the reducers and actions to TypeScript using old react redux patterns. I figured out how to extract...

Thanks for the reply @markerikson ! > Extracting the RootState and AppDispatch types should be the same - typeof store.dispatch and ReturnType work the same way regardless of how you...

@phryneas great blog post! And thanks for the tip. I think in our case since every action is hand-written and small enough to be enumerable, typing it this way, _temporarily_,...

no idea why but using node 14.1.0 with "type": "module" and a `.js` file, my es module import still had to call `.default`

yapf really doesn't support python 3 fully, just what lib2to3 can handle, and this error is explicitly coming from lib2to3.

I just wanted to let you know that the author of yapf is a googler, google's python codebase is almost all py 2.7 and so there is little interest in...