gzzo

Results 9 comments of gzzo

Confirming that this *works* on: - Windows Chrome and Firefox But *does not work* on: - macOS Chrome, Firefox, and Safari

Agreed, this is unacceptable. A more common scenario is using the User-Agent header (since a lot of servers will perform filtering on this header), and getting your requests denied because...

Most likely you did not follow the required additional step for iOS: > Install Mixpanel iOS SDK via either Cocoapods or manually more info here

To add some more data points: I'm not seeing out of memory errors on my end. We downgraded to React 16.10.2 and are still seeing errors. Will keep downgrading and...

Interesting. We do call setState in a couple of `componentDidMount`. The [React docs specify](https://reactjs.org/docs/react-component.html#componentdidmount) this is okay though: > You may call setState() immediately in componentDidMount(). It will trigger an...

@ErisDS This is the workaround I'm using: ``` renderSuggestionsContainer({ containerProps, children, query }) { // we need to do this because of https://github.com/moroshko/react-autosuggest/issues/570 const filteredChildren = children && children.filter(child =>...

Unfortunately the reproduction steps require a bit of setup, but happy to provide instructions: One time setup: 1. Sign up for Plex at https://www.plex.tv/ 2. Download Plex Media Server at...

That's good to hear, @slashlos looking forward to your first Helium v3 release. Leaving this open since it's still applicable in this repo.

@pierregm can you provide a schema that reproduces the error you're seeing? I tried with the following schema provided in the SQLAlchemy documentation on this use case and I wasn't...