Google colab not opening suddenly - google-colaboratory

Hi, I am trying to load the colab. It was working perfectly suddenly it stopped loading.
I tried to clear cookies, reinstalled chrome and opened it in incognito mode. But nothing works.
Can anyone suggest what to do?

This looks like a bug. Discussion is at:
https://github.com/googlecolab/colabtools/issues/2251
I'd recommend following up there to help with diagnosis.

I just deleted the colab folder from drive. On uploading it again, it worked. I don't know how this happened but I am sharing this as someone might find it useful.

Related

How to open Google Colab files in Neovim?

I am looking for a way to open Google Colab files in Neovim. I am basically trying to figure out a way to connect the two platforms since I have to work on Google Colab for some CUDA related assignment stuff and I just love Neovim, By doing this, I would also be able to use Neovim cheatsheets, Github Copilot and other productivity tools.
Any advice that would get me a step closer would be highly appreciated

Is there a way to set up GitHub copilot in Google Colab?

I am using free versions of both. I have searched GitHub documentation but I couldn't find any reference to google Colaboratory.
Well, I guess there is a way. But don't expect it to be easy.
Thing is, copilot is avaliable for VSCode.
And you can use VSCode with Colab:
https://colab.research.google.com/github/JayThibs/jacques-blog/blob/master/_notebooks/2021-09-27-connect-to-colab-from-local-vscode.ipynb#scrollTo=Lh1y3R5ta948
If you'll get to the bottom of this it would be interesting to read about your experience.
You can try https://codesquire.ai/. It uses the same OpenAI codex for code completion and it comes with a Chrome extension so that it's usable in Colab

Pptxgenjs appears to not work in IE11 even with jszip#3.1.5

Having read the previous versions of this question from 2020 this issue appears to have reared it's head again. I have tried these demos with my current jszip#3.7.0 and with jszip 3.1.5 using it as my application jszip and overwriting the jszip within pptxgenjs.
When using pptxgenjs in IE11 (Windows 10) it appears to work in that no errors are reported, what does happen is the browser alerts the user that: "You'll need a new app to open this blob link". The only option that is available at this point is then to go to "Look for an app in the Microsoft Store" of which no apps are available.
What this says to me is that pptxgenjs has done its job and has passed the blob link to the browser and the browser has said I have no clue you'll need to find something to open this.
I've attempted to run the demos in the same Windows 10/IE11 setup and they seem to do worse. the live demo doesn't error or offer the ability to download an app to support opening the blob link. The react demo errors to the console: SCRIPT438: Object doesn't support property or method 'endsWith'. The Basic Demo in the complete library of demos fails like the live demo not returning an error or acknowledging anything.
Is this a known issue? Is there another step to help IE11 with the blob link? Can anyone else get the demos to work and I should be looking at something else? Any thoughts would be appreciated.
Edit:
Apologies if this wasn't clear, but the demos I was referring to were the pptxgenjs demos found here: https://gitbrent.github.io/PptxGenJS/demos/ so focusing on the initial demo named 'Live Demo' the code that is being run is here: https://gist.github.com/gitbrent/84acbcaab54be0eba83f5206ef6ddd95#file-pptxgenjs_demo-js
Running this with all other key browsers such as edge, firefox and chrome all 'download' the generated file whereas running the same demo in IE11 fails silently.

ActiveMQ :Web demo not working

I am a newbie to activemq stuff.I tried to run the web demos using the steps mentioned on the site http://activemq.apache.org/web-samples.html and I am getting 404 not found.I googled for the same and tried digging through the logs as well .But my bad , I could not get any clue even from the logs. I even copied the demo folder to the webapps folder but some of the links don’t work.
Kindly help me out with the steps to run these web demos
.\bin\activemq.bat start xbean:examples/conf/activemq-demo.xml - works perfectly fine on Windows 10. start was missing in other answers.
I encounter similar issue in Windows Platform.
The documentation at Getting Started Page or Web Sample Page states how to start the ActiveMQ with examples in Linux/Unix Platform.
There is an minor issue in activemq.bat file as stated in Apache's JIRA. Put double quotes around %ACTIVEMQ_CONF%\login.config fixes this issue.
To Start ActiveMQ in Windows in unzipped apache-activemq-5.9.0 folder use the below command,
.\bin\activemq.bat xbean:examples/conf/activemq-demo.xml
I was able to open http://localhost:8161/demo/ without any Issue.
I ran into the same issue. It seems like
bin\activemq console
is not an option on Windows. I finally got around it by using:
bin/activemq start xbean:examples/conf/activemq-demo.xml
http://activemq.apache.org/version-5-getting-started.html#Version5GettingStarted-ActiveMQ5.9onwards

TracStatsPlugin there is no code stats

Sorry for my language. I have problem with TracStatsPlugin. I added in trac.ini following lines:
[components]
tracstats.* = enabled
[stats]
root = /home/tracDirectory
Now I have stats for wiki and tickets but no for code. What can be wrong ? I add that I have configured svn repository and I can browse source using trac.
A salvation can be other stats plugin to trac, but I can't find nothing good in google.
What browser are you using? If you are using Internet Explorer, try using Firefox or Chrome and see if the problem persists. I am using the TracStats plugin and I see similar problems. The problems are only seen in Internet Explorer, though. After poking around with the debugger, it looks like there's an IE-specific bug in one of the Javascript libraries that the plugin uses.
Question was aced long time ago, but google show it in first places so I put what I found here.
Once there was ticket on TracStatsPlugin Github about issue: https://github.com/mrjbq7/tracstats/issues/25 so some workarounds can be found in it comments.