Qziem

Results 8 issues of Qziem

plugin version: 0.106-2022.1 Plugin doesn't work with newest phpstom 2022.2. It shows message: ![Zaznaczenie_580](https://user-images.githubusercontent.com/16646714/182784687-663d7c3f-8ea4-49d1-81a3-55f6e2f7f8ba.png)

I want to do simple thing. Just focus and select input field after click button. I have code like this: ``` [@react.component] let make = () => { let inputRef...

Good to write bindings for toHaveBeenCalled, toHaveBeenCalledWith,... and other methods for mock functions.

I created PR: https://github.com/reasonml-community/reason-apollo-hooks/pull/140 one month ago and no one ansewer. I noticed that there is a new library: https://github.com/reasonml-community/reason-apollo-client so now we should use this one to have support?

Function onSubscriptionData in useSubscription is not handeled. I added it in PR: https://github.com/reasonml-community/reason-apollo-hooks/pull/140 Can someone review it ?

Function onSubscriptionData in useSubscription wasn't handle. I added bindings for that.

In my project i use react-flag-icon-css library. And building app throw warnings: ![Zaznaczenie_316](https://user-images.githubusercontent.com/16646714/127880548-8954c647-4ce5-4b24-b775-940bdbac5c31.png) I noticed, that adding `* as ` in import statements suppress this warnings.

### Current Behavior Hi. I used @inlet/react-pixi (version: 6.8.0) and pixi.js-legacy (version: 5.1.5) and it was working fine. I wanted to upgrade, so a removed @inlet/react-pixi and install newest @react/pixi...