Results 30 issues of Deepak Jois

### Subject of the issue Coursera crashes when trying to download this course: https://www.coursera.org/learn/ideas ### Your environment * Ubuntu and OS X (could replicate the crash in both) * Python...

bug

Here is a sample document. The numbers within the script should be formatted LTR, as per Unicode BIDI rules, but they are not. I did notice that in the example...

### Code ``` --- -- A Class Module -- @classmod ClassModule local ClassModule = {} --- Create a new ClassModule -- @return a new ClassModule object function ClassModule.new() return nil...

help-wanted
bug

I just tried binstale, and the next thing I wanted was to update all the stale binaries. Maybe you could provide a flag (`-u` perhaps…) which can update the stale...

thinking

This is a separate error from #84. This occurs on both OS X and Linux. In the code snippet below: `serpent` is a regular Lua module and `lfs` (luafilesystem) is...

- Hakyll code needs to be tweaked - Page code needs to be updated

Looks at the `make_os_package.sh` script in the pandoc project. A great reason to do this is to allow people to install _hs-logo_ without needing to install Haskell. Hopefully, when we...

Currently, the Logo interpreter calls the SVG backend via the helper method `defaultMain`, passing the arguments using `withArgs`. This can be made better if we directly call the SVG backend,...