Tyler Couto

Results 13 comments of Tyler Couto

This isn't about conditional fetching; it's about hiding an error. I don't want to raise an error in the getKey function; this was a minimal example for reproduction. When there...

Yeah, I'm aware of that pattern. My point is that we're silently catching these errors, which makes it hard to debug.

> with the same version than on SDK 48? Not the same version actually. I used the expo-recommended version via `yarn expo install @shopify/react-native-skia` which was a later version. I...

I think, at the least, chalice local should not default to using the 'dev' stage; it should default to using the 'local' stage. I think we can agree that environment...

+1 It would be nice to have access to a logger within plugins.

Hey David, thanks for responding. I am up to date: ``` [tcouto@tcouto tmux-cluster]$ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase =...

``` [tcouto@tcouto tmux-cluster]$ git show --no-patch --format=oneline eb531dd7bb0f0524934bad764814b412d1ce56f1 README: updated tmux homepage URL ```

No worries. I took a brief look at the source, and I couldn't see anything that stood out either. Thanks for your help. On Jul 15, 2016 7:01 AM, "David...

Hey, @leggomuhgreggo! Would you be open to sharing your abstraction? That could be super useful for me (and maybe others?) at least as a reference.