Kovács Kristóf-Attila
Kovács Kristóf-Attila
For the orientation change this should be ok. Similar to @Bejil's solution, but shorter. Add to your init method: ``` [NSNotificationCenter.defaultCenter addObserver:self selector:@selector(orientationChanged) name:UIDeviceOrientationDidChangeNotification object:nil]; ``` And add these 2...
Hey. I've tries registering and it worked so the problem might not be with the API. However, when today I tried registering another user, I've got the error presented above....
I did something out and managed to make a new user. 1. Delete cookies file 2. Register '[email protected]' 3. error with 'length' 4. DON'T delete cookies 5. Register '[email protected]' (The...
I've found this 'workaround' to make it work. What I've found while testing: - Also $bot->auth->register($registration) returning true did not mean in all cases, that my acc was registered -...
Hey @hdnauth, Unfortunately, currently I don't have time to add these to the api (maybe in a month or 2), but PRs are always welcome.
Hey, first of all thanks for the pr. Does this lib download/install/use a new geckodriver even if I have one installed already? Also a better aproach would be: - get...