Jonathan Zempel

Results 12 comments of Jonathan Zempel

Similar problem with various components in https://zendeskgarden.github.io/react-components/. I found that exporting a subcomponent with a `displayName` mismatch results in the following: ...where the subcomponent code looks some thing like: ```tsx...

Hi @silviuaavram. Thanks for all your work on Downshift. It is a key dependency for [Zendesk Garden](https://garden.zendesk.com/). Can you clarify two things here for the v8 plan: - why would...

Thanks for the context and clarification. We are in the process of refactoring to a hooks-based API by encapsulating Downshift within our own [useCombobox](https://github.com/zendeskgarden/react-containers/blob/jzempel/combobox/packages/combobox/src/useCombobox.ts) that smooths out behaviors specific to...

@lukasholzer rather than relying on an undocumented `--cwd` flag, would it be better if `netlify-cli` were updated to use something like [is-interactive](https://www.npmjs.com/package/is-interactive) to determine whether or not to prompt the...

I get the same thing: `JSON::ParserError: 795: unexpected token at ' 502 Bad Gateway 502 Bad Gateway nginx/1.4.4 '` It would be nice if flickraw handled the 502 and responded...

@OShalakhin, thanks. I pulled your request into a [branch](https://github.com/jzempel/fedex/compare/python3) with some changes including fixes to get python2 working again. Please check it out. I had looked at doing this in...

Be sure to run `$ python setup.py test` (configured for both python2 & python3) to see if the test cases are still valid with these changes. This is where I...

I had problems with `suds-jurko` in the past ... can't remember exactly what.

@OShalakhin, not sure I'm following your question. But if you look at the [wsdl](https://github.com/jzempel/fedex/blob/master/fedex/wsdls/TrackService_v8.wsdl#L1852) you'll see that the PackageIdentifier element is of type TrackPackageIdentifier.

Hey @mattrowe, if I'm reading this right, you installed continuity on your ec2 system python (via `pip install continuity`?) and then subsequently updated your system via `sudo yum update`. It...