theimpostor

Results 15 issues of theimpostor

Looks like github has recently added a nice 'copy to clipboard' button for every code block rendered from a markdown. Without knowing a lot about how this is implemented or...

Pebble is a KV store, it is inspired by / a re-implementation of RocksDB/leveldb in golang: https://github.com/cockroachdb/pebble. Used by cockroachdb.

First of all, this project is really awesome, especially the time machine mode. Being able to scroll back through the historical snapshots of a commands output is just amazing. What...

Adding an option to change the color of the font for certain letters based on tajweed rules would be a useful option, especially for beginners. This could help reduce errors...

I find I have to re-index the file after every change, otherwise the jumps don't work. Would be great if the plugin had an option to do this for you....

sourcegraph's go-langserver has a note on its readme: `Note: We have deprioritized work on this language server for use in editors in favor of Google's upcoming Go language server. It...

While opening codeswing.json I see vscode report the following problem: `Unable to parse content from 'https://gist.githubusercontent.com/lostintangent/21727eab0d79c7b9fd0dde92df7b1f50/raw/schema.json': Parse error at offset 3.`. Looks like the gist url returns 404. In fact...

I have a repo with a few largish submodules, and the performance of `exa --long --git` is very bad, like 2-3 seconds. `git status` is equally slow, however I can...

Sometimes I want to profile a running application for only a short while. With perf what I'll typically do is something like this: ``` sudo perf record -p -g -F...

The help text (`viddy --help`) should include the [keymap](../blob/master/README.md#keymaps) from the readme.