Sahil Bajaj

Results 11 issues of Sahil Bajaj

When I use `imgcat` in a local tmux session, I see the base64 text of the image. In a regular (non-tmux) tab, `imgcat` works fine. Is it supposed to work...

I'm using this library to wrap to different APIs and combine them into a unified graphql interface using express-graphql. I have two different specs, `spec1.json` and `spec2.json` and I'm able...

I'm trying to use teamocil with the `root` setting in my config. I have something like this: ``` windows: - name: some-name root: $WORKSPACE layout: even-horizontal panes: - commands: -...

I don't know if this is an issue with Codi or TernJS, but I often see errors like this while I'm typing: Any idea what could be causing them and...

bug
awaiting more info

I've been using the bookmarklet for a while, but today when I tried it out it wasn't working properly. It turns out that some of the CSS on the site...

I installed this plugin using `tpm`. I'm on Ubuntu 14.04 and I have `xdg-open` in my `$PATH`. When I select a URL or filename in select mode and press `o`...

This needs the latest Vim (8.1) with patch 245. The idea is to invoke parinfer only during regular edits but not after an undo since invoking parinfer after an undo...

I wanted to indent my SCSS files using tabs instead of spaces. I changed `block-indent` to a single tab character, but now when I run csscomb (using grunt) I get...

category: docs

In [build.ts](https://github.com/seanpmaxwell/express-generator-typescript/blob/master/sample-output/express-gen-ts/build.ts#L23) when there is an error, the script simply logs it without exiting with a non-zero exit code. This causes build systems to continue with the build process even...

With the change in #3, query param values are no longer decoded. Given the query string `?query=Some%20Words`, the behaviour before #3 was to return `Some Words`. It now returns `Some%20Words`.