Peeyush Kushwaha

Results 27 issues of Peeyush Kushwaha

Link to the font https://fonts.google.com/specimen/Fira+Mono

This error is reported on Ubuntu 18: ![image](https://user-images.githubusercontent.com/4688870/91085777-8ece5f00-e66b-11ea-8730-adf8682a2b4e.png) I suspect the install script confuses the OS because `brew` is installed. Removing linuxbrew, installing ctypes, and then reinstalling linuxbrew works.

Lots of deprecation and vulnerability warnings, including the already reported https://github.com/babel/generator-babel-boilerplate/issues/431 ![image](https://user-images.githubusercontent.com/4688870/57145847-abdd7f80-6de1-11e9-9c0c-f9243facc2f9.png) Bad-to-have for a generator

Binder offers free notebook hosting with limited computational resources, downloading notebooks from github. See more here https://mybinder.org/.

User story: I have open a note-taking app as a full-window, I have a file navigator open on top in left half of the window, and right-half of the window...

#### Description :octocat: I'm using spacemacs with racket layer, and when I have two windows open (`SPC w /`), sometimes when working in one window, other one scrolls to the...

Evil
Racket
Need repro steps
stale

Refer to [graphviz official documentation](https://www.graphviz.org/doc/info/shapes.html) on how they should look. This is how they look when I try to change shape of one of the examples in racket-graphviz documentation: ```...

The `--filter` option lets you add [extra functionality](https://pandoc.org/filters.html) Current behavior is this error message: ![image](https://user-images.githubusercontent.com/4688870/46445364-1e2aaa80-c794-11e8-89de-0ea8a0b1bc59.png) To reproduce, save code from this demo filter [here](https://pandoc.org/filters.html#queries-listing-urls) in a file named `filter.lua` and...

After I issue a command `vimcat file`, pressing ctrl+c before the file is printed in the terminal seems to hang the process. I have to manually kill it from another...

Hi We've been trying to debug some weird behaviour when using vimcat inside of [ranger](https://github.com/ranger/ranger/). ranger uses highlight [1](https://packages.ubuntu.com/en/trusty/highlight) [2](http://www.andre-simon.de/doku/highlight/en/highlight.php) to highlight the source code and we wanted to also...