Kaushal Modi

Results 106 issues of Kaushal Modi

Ref: - https://github.com/kaushalmodi/nim-systemverilog-dpic

This would allow the use of back-quotes and single quotes (and everything in general) without needing to use escapes for constructing the whole emacs config blob. Reference: http://crowding.github.io/blog/2014/08/16/replace-less-with-emacs/

wishlist

Should code blocks like: ```` ```ipython print("hello") ``` ```` also use the python3 lexer? [Ref][1] [1]: https://github.com/alecthomas/chroma/blob/5d7fef2ae60b501bbf28d476c3f273b8017d8261/lexers/p/python3.go#L14

feature request
help wanted

Hello, I was just using this package to dynamically construct the plot titles and often the titles would get longer than the image widths and get truncated. Here's a simple...

Hello, I was compounding a related feature request in the "annotation feature request" issue. So instead I broke it out to this separate issue. Can the A, B, C, D,...

Hello, I cannot find a way to reproduce this crash, but it happens may be once or twice in 1000+ invocations of the proc call that does the plotting using...

Hello, I have been using htmltest to qualify deployment of one of my site. But recently almost every time, I get false failures like: > 3:36:37 PM: www.xianmin.org on 10.23.240.10:53:...

enhancement

Hello, I am trying to use htmltest to sanitize the Nim lang docs. Here's a sample: https://ptpb.pw/n2MI/html If you download it and just run `htmltest .` (i.e. default config), you...

Hello, You can find the panic log here: https://travis-ci.org/kaushalmodi/nim-nightly-docs/builds/428903236#L608 ``` panic: parse #+%,IntMax32,IntMax32: invalid URL escape "%,I" goroutine 1 [running]: github.com/wjdp/htmltest/output.CheckErrorPanic(0x787340, 0xc001984cc0) /home/kmodi/go.apps/src/github.com/wjdp/htmltest/output/error.go:22 +0x86 github.com/wjdp/htmltest/htmldoc.NewReference(0xc0000f6f00, 0xc000cf1260, 0xc000ce88e0, 0x15, 0xc001987ca8) /home/kmodi/go.apps/src/github.com/wjdp/htmltest/htmldoc/reference.go:34...

bug