Kaushal Modi

Results 281 comments of Kaushal Modi

I can reproduce this crash in ggplotnim 0.2.14 too. It's something to do with **libpthread**, **libfontconfig** and **libfreetype**. ``` Thread 0 (crashed) 0 libcbreakpad.so + 0x2f2e0 rax = 0x00007fa71207a5d4 rdx...

> Any chance you could run the code in debug build so that we might get a Nim stack trace of this? I am trying to.. https://gitter.im/nim-lang/Nim?at=5e6a54d58011bb652a0c6906 I'll update here...

I am surprised no one mentioned [magit](https://magit.vc/). It takes out the need to have these many heavily customized aliases. Here's a recording of how I made [this commit](https://github.com/kaushalmodi/.emacs.d/commit/29cd6e07cf237d7b8c24875d8d6cd9b6aefb67f0) using **magit**:...

The same suggestion extends to variables intended for user modification.. the defcustoms.

> you won't be able to as easily add a new package using just the GitHub web interface. Do people do that? :) I like the point one package per...

The issue can be reproduced if the doc/ directory is missing in the nim installation: ``` oserr.nim(94) raiseOSError Error: unhandled exception: No such file or directory Additional info: "/home/kmodi/nim/1.2.0/doc/nimdoc.css" [OSError]...

@timotheecour This makes me think.. as the `nim doc` relies on the existence of that nimdoc.css, is the `doc/` directory the best place for that? Should it rather live along...

> how was /home/kmodi/nim/1.2.0 installed? I admit that it was using my local script that creates a [minimal installation footprint of nim][1] for my work. Just for `nim doc` to...

> note that I'm also relying on dochack/dochack.{nim or js} existing for #14324 I am looking forward to see the outcome of that PR. Right now, I have a custom...

I'll let the OP comment on if this issue can be closed. For me, personally, I understood the risks, and adapted the minimal download script for my own use. I...