Michael Knoch

Results 28 comments of Michael Knoch

can you elaborate on how to workaround the lags? I don't know where to apply the snippet. @Narretz

It didn't work at first because the type `Response` was missing. Adding `Response` to the existing import fixed it. ```py from LSP.plugin.core.protocol import Point, Response ``` I think this change...

can you provide a simple demo to reproduce the issue @jasonbodily ? Just out of my head i don't know why it shouldn't work from modals, because the rootViewController should...

hey @MihaelIsaev , sorry for the late reply. I missed all the notifications about your activity in this issue. You kinda already found the reason in your first message. This...

Casting will not work because we need to create the rootView from the [HomeIndicatorViewController](https://github.com/flowkey/react-native-home-indicator/blob/master/ios/RNHomeIndicator.m) class. This is mandatory for the functionality of the library. Thats also why the error explicitly...

same issue here. Did you find a workaround @sapphirezzz ?

When I run fastlane in verbose mode I see the strings "YourKeyID" and "YourIssuerID" even though I provided proper credentials and passed them to `app_store_connect_api_key`. The issue persists when going...

Can you elaborate what rebuilding the agents means? I'm still fishing in the dark on my system.