Soorena
Soorena
This PR resolves [this issue](https://github.com/okgrow/react-native-copilot/issues/68). I've checked result of this PR with both RTL and LTR apps. It works as expected in both situations. - `LTR`(default): - `RTL`:
This PR only works with copilot with `overlay: 'view'`. This is how we can use it: ``` const CopilotTouchableOpacity = walkthroughable(TouchableOpacity) ... ... ``` **note:** _since I think RTL is...
Hi, why didn't you implement the __setattr__ as you have noted in the book in the last version of vector class file? I mean [here](https://github.com/fluentpython/example-code/blob/master/10-seq-hacking/vector_v5.py).
Dear @alex83130, Maybe I am missing something but the `CounterProvider` component didn't seem to do anything here. If I'm wrong please help me understand the reasoning. Cheers.
I read ths docker-compose yml file. but I didn't figure out how this project handles rolling updates og gunicorn workers! since `docker-compose up` will rebuild the image and runs command...
Typo.
**Is your feature request related to a problem? Please describe.** Currently when I'm working to add features to this library I have a hard time. Why? Because dev mode has...