Martin Bielik

Results 51 comments of Martin Bielik
trafficstars

Tested with [email protected] and it works as expected. Closing due to inactivity

I am facing a similar issue on iOS 16.7.1. My setup is slightly more complicated, I control orientation manually with `expo-screen-orientation` package. This became issue once I introduced nested Tab...

I was able to work around with setTimeout as @ngima mentioned above: ```jsx import { useEffect, useState } from 'react'; import { RefreshControlProps, RefreshControl as RefreshControlRN, } from 'react-native'; export...

Tested with [email protected] and [email protected], it worked without warning. Closing due to inactivity

Hi, hooks has been introduced in react 16.8.0, so I suppose it should work. Anyway you could try to use version before hooks, although it might miss some features: ```...

Closing due to inactivity

Same issue after upgrading from 0.72.4 -> 0.74.1

After upgrading from 0.73.6 to 0.74.1 we experience a similar issue on iPhone 7. We implement a custom caching mechanism relying on 304 status code. POST requests that are supposed...

In case you are still looking for a way to run AI completion in regular Vim, you can have a look at this plugin: https://github.com/madox2/vim-ai It is highly inspired by...