mlch911

Results 78 comments of mlch911

> @fastlaneTeam can anyone help me on this? Any help would be appreciable. You should use `Spaceship::ConnectAPI::Client.login('AppleID', 'password')`. Not `Spaceship::ConnectAPI.login`

> > > @fastlaneTeam can anyone help me on this? Any help would be appreciable. > > > > > > You should use `Spaceship::ConnectAPI::Client.login('AppleID', 'password')`. Not `Spaceship::ConnectAPI.login` > >...

ios14里重写了`displayLayer:`方法会有问题,看了下,应该是这样改。最下边注释的是原来的,不知道正式版的苹果会不会修复这个问题。 ```objective-c - (void)displayLayer:(CALayer *)layer { UIImage *currentFrame = _curFrame; if (currentFrame) { layer.contentsScale = currentFrame.scale; layer.contents = (__bridge id)currentFrame.CGImage; } else { // If we have no animation frames,...

> > ios14里重写了`displayLayer:`方法会有问题,看了下,应该是这样改。最下边注释的是原来的,不知道正式版的苹果会不会修复这个问题。 > > ```objc > > - (void)displayLayer:(CALayer *)layer { > > UIImage *currentFrame = _curFrame; > > if (currentFrame) { > > layer.contentsScale = currentFrame.scale; > >...

> > > > ios14里重写了`displayLayer:`方法会有问题,看了下,应该是这样改。最下边注释的是原来的,不知道正式版的苹果会不会修复这个问题。 > > > > ```objc > > > > - (void)displayLayer:(CALayer *)layer { > > > > UIImage *currentFrame = _curFrame; > > > >...

I have encountered the similar issue. I have a 3000+ line yaml file. It froze the app about 2-3 seconds before its appearance. And it also lags a lot during...

> Thanks for the feedback. Which version did you use? The latest "main" branch? > > I am asking because I did improve this since the original issue. I am...

Have you tried this, Bro ?

> Yes I run a Ceph cluster like that (512GB SSDs but otherwise as you describe). I run a few VMs on top of it. Thanks a lot.

> I get the error below: > ![image](https://user-images.githubusercontent.com/16688836/90965293-817c6d80-e4cf-11ea-8f17-bfb1cc312a69.png) > > when I run: > docker run --rm -t --name=remote-ssh-client-gateone -p :8000 liftoff/gateone Same. Did you fix it ?