Results 35 comments of Deepak Jois

This project is currently unmaintained. The reason there is no 0.9.0 release is because I decided to rewrite major parts of the codebase, but was not able to finish up...

There is [gchart](http://github.com/abhay/gchart/) and [googlecharts](http://github.com/mattetti/googlecharts). I have seen gchartrb being used in many places, even recently. The 0.8 version of the library does not contain the latest features, but it...

For me, it happens even if the window with NeoVim has only one pane (w/ no splits) ![screenshot from 2018-01-04 20-10-53](https://user-images.githubusercontent.com/5342/34568312-6507376e-f18b-11e7-9c15-28252047b220.png)

I tried vanilla NeoVim, and it is the same result.

Here is some additional info and workaround that may help in figuring out the underlying cause. I use Tilix on Gnome as my terminal applicaton. The default size of the...

Yes, I wanted to put it in the initial report that it looked like some sort of memory related issue. I have 16GB of RAM on my mac, which ought...

I can confirm that on my Mac, the memory tops out at 500Mb, after which the program crashes. I can’t really explain why it cannot use more than 500Mb, when...

From what I can see, the course modules include something called a ‘mobile-friendly’ slideshows, which is of type `supplement`. These slideshows contain big images. Example: https://www.coursera.org/learn/ideas/supplement/Dl9Xn/2-4-slideshow-mobile-friendly-version It seems that the...

I commented out the supplement extraction portion, and things start working just fine: ``` diff diff --git a/coursera/extractors.py b/coursera/extractors.py index a4e8ade..25b7da5 100644 --- a/coursera/extractors.py +++ b/coursera/extractors.py @@ -141,8 +141,9 @@...