Ted G
Ted G
So far Only warning I can't get rid of is here: automaticallyAdjustsScrollViewInsets' is deprecated: first deprecated in iOS 11.0 - Use UIScrollView's contentInsetAdjustmentBehavior instead if ( [controllerView isKindOfClass:[UIScrollView class]] )...
I added a PR (#765) to fix most of this but there are two warnings that remain that hopefully the author can help with: ![screen shot 2018-01-16 at 4 43...
Happens on Ubuntu 20.04 via mobile chrome and safari. Does not happen with desktop chrome or safari.
So far I have not been able to login to my cockpit instance on ANY mobile device or browser (ive tried many at this point). It only works on desktop....
I just ended up putting a real cert on it and it fixed the issue.
I sure do wish this came with an example.
In case anyone ever comes across this here is an example of usage in hooks.json: ``` "port_range": [ { "init_port": 5060, "ports_num": 21, "protocol": "udp" }, { "init_port": 10000, "ports_num":...
I can confirm this happens quite often. edit: well.. actually, maybe its not anymore. Ill keep an eye out.
Unfortunately this doesn't work. Copied from one mac to another and my shortcuts were not there.
Heres the fix: "SkyWars.php" line 135 of 216 --62%-- col 19 ``` is not instance of level if(!$arena->level instanceof Level) { should be is instance of level if($arena->level instanceof Level)...