Google Colabs - Mobile - Blank code cells - google-colaboratory

If I visit a Google Colab on Google Chrome on Android or through Discord app browser, all my code cells will load blank. On top of that, the notebook saves right away yielding a blank notebook to history.
What is causing this? And how can I prevent it? If the browser is in Desktop mode this doesn't happen but isn't always set to on by default.

The issue in on mobile version only.
If you pass on desktop version, no cells are wiped!
After you pass on desktop version,you can use version history to restore you lost code!
But where i can post this issue? Google must fix the mobile version!

Yes, it's incredible that this issue hasn't been fixed, especially since it used to work IIRC a few years back.

Related

How to prevent colab Resources tab from showing?

I'm using google colab pro, and irritatingly, the Resources tab keeps showing itself after I've closed it. It doesn't appear to be showing me anything new, and it is not in response to any action. It just randomly pops up every few minutes no matter how often I've closed it. I can collapse the divider down so that it is small, and it stays, but that is a work-around. Why does it keep popping up, and is there a way to prevent it?
Figured it out. It looks like it was the Colab Alive chrome extension trying to do its job. I removed the extension, and that fixed my problem.

iTune Connect analytics - The URL is invalid

Last several days when trying to enter iTunes connect analytics it says error message:
The URL is invalid.
I'am using chrome of version 66.0.3359.139. same happened using safari of version 11.1
Have any ideas about the error message?
I've seen this before and it usually goes away if you refresh the page but this time around it seems to be a problem at Apple that's been going on since the end of April:
https://forums.developer.apple.com/thread/101755
There are a couple of tips in that thread which are helpful, such as clicking OK then pressing esc to prevent the redirect away from the page which allows you to interact with it.
This issue is highly being discussed in Apple forums.developer.apple.com/
And the solution that works is:
You can work around it in Google Chrome by inspecting the webpage and deleting the modal window from the DOM Tree. This allows you to interact with the page again, reading stats or clicking towards an other page.
clicking OK then pressing esc as John mentioned works as well!

iTunes Connect: app’s developer support website

It used to be one can update developer’s support website for an existing app. I can’t seem to find it anywhere. Any suggestions?
Click on the current version of the app (probably says "Ready For Sale") to show its details page. The Support URL field you're looking for is about 1/4 of the way down, on the right. Make a change and hit the Save button at the top.

Exporting the kinect-processing application

Recently , I have created a sketch in Processing-1.5.1 using SimpleOpenNI-1.96 library. A sketch is running fine even on a present mode. But after export a sketch, it gives me a blank gray screen, also kinect's red light doen't respond, even running it from command line, it doesn't notify any error... I only get a blank screen without stop button.
I am working on Windows System 64bit-OS with Processing-1.5.1 (framework) , SimpleOpenNI-1.96 library, Microsoft kinect xbox 360.
I don't know how to fix it.
Need your valuable help...
Thank you...
have you tried to use the newest version of processing ?
in some case, Processing-1.5.1 is not suitable with SimpleOpenNI-1.96

Does anyone know a Safari style Tab Control for Mac OS X applications?

I am looking for a tab control that is different from the default NSTabControl. I am looking for a sample or existing control that replicates the newer style tab controls that are used within Safari, Firefox, Camino etc.
From looking into the Safari app bundle resources it seems the tabs are created from images. I would prefer a control that already exists and has been tested rather than re-inventing the wheel though.
Thank you!
Update: I found PSMTabBarControl however this doesn't work on Leopard and is very old, from 2006. Anything that is more recent available?
This publicly-available framework comes to my mind: PSMTabBarControl.
It doesn't seem to be maintained recently, but might serve as a point to start from.