RilDev

Results 21 comments of RilDev

Yes it does help! Thanks!

Challenge failed :( To what I saw, there is no clear documentation for rebinding the arrow keys in the `blessed` library. And the furthest I could go was to this...

Thanks @lirantal, I would be interested to see how you implement this feature!

Thank you @lirantal! I'll be experimenting with it and prepare a nice pull request as soon as possible!

Alright, so I was able to test the `vi: true` key. It works well and doesn't deactivate the arrow keys, which is very convenient. However, it doesn't work (yet) in...

I found a fix. I setup a foreground service to prevent Android from dozing off the recording. Here is a POC showing how I implemented it: https://github.com/RilDev/bug-expo-av-android-recording-in-background-muted-after-1-minute/tree/fix Should we add...

You're welcome @CharlyPoppins! I have another tip: turning off battery optimization on Android. https://developer.android.com/training/monitoring-device-state/doze-standby This isn't perfect, but it will open the list of apps on battery saving mode. You...

Hi there, I'm experiencing the same issue. I'm using Expo 49.

Turns out, I found a work-around. I simply display the `type-it component` only on the first render and then display then display `plain text`: https://codesandbox.io/s/gifted-galois-5gndv?file=/src/App.js ![typeit-react-reset-string-issue-work-around](https://user-images.githubusercontent.com/13135150/90337259-95ad0000-dfe1-11ea-98fa-8f5befca9352.gif) Here is the result...

Thanks for your answer @dmccormack3 ! Do you think it would be possible to add it as a feature to better-docs? It would be so convenient to have an optional...