Results 73 comments of Josh Hoff

I don't understand, why do you want to nest them?

You could move that helper somewhere, so it's not repeated, maybe something like browserify would help. I'm not sure I'd have to play with it a bit

This could include warnings about colors that are too close together (foreground and background) like unicorn w3c's validator does

This may warren its own issue/discussion, but what about integrating with [popcorn.js](https://popcorn.webmaker.org/)? Also, the fact that long pauses are zipped to 5 seconds may become an issue if we want...

[Looks like](https://github.com/org-roam/org-roam/commit/aee3467b3e89ddf49393584586252c2fb4509433#diff-2f1e3beb58c04fd0b840c2761afd33f1fddc1b6ef25860d52af87341c3392b51L379-R166) you're right about the v1/v2 thing. I've updated the PR

I haven't looked into it... but maybe [something from here](http://pypi.python.org/pypi/termcolor)? (originally form this [stackoverflow answer](http://stackoverflow.com/a/293633))

It looks like https://github.com/dranjan/termcolors depends on `select.poll`, which doesn't seem to work in OSX. Scratch that, I was wrong. @sigmavirus24 figured out that there was an issue with the tool...

So I worked on this with @sigmavirus24 and came up with this: https://gist.github.com/joshuarh/7904813. The following still needs to be done/checked: 1. Send the color info up to the server 2....

It doesn't seem easy, but I'm not convinced that it's not doable. I think we can record the escape codes, we just need to convert those back to xterm colors....

The map of mappings idea would work, but I wonder if there's a way to make a new filetype yet retain all the quickfix/location list features. If we could do...