Dan Kaplun

Results 51 comments of Dan Kaplun

I'm using `[email protected]`, is that what you mean? That's the only package I see when I search for "jsx" in the Packages tab of Settings. Maybe it's built-in?

I have package `[email protected]`, maybe that's it? It's way too dark with .js as well. I'll attach a screenshot when I get the chance.

Here's some nice [dark JS code](https://github.com/sourcelair/xterm.js/blob/09d67a6c52b0f2018820af34a87fcb8f24fc9d6b/src/xterm.js#L175-L184) ![screen shot 2016-11-25 at 5 45 42 pm](https://cloud.githubusercontent.com/assets/1765130/20637268/23c9b51c-b337-11e6-8153-462f2c1e182d.png)

Definitely looks a little better, still very dark though (specifically punctuation and builtins like `moveTo` and `Math.sin`). Even `linesCtx` is very dark. It's a shame because this is my favorite...

Hey, I completely agree that blessed could use some improved text editing. I took a look a cursory look at this patch and it has some bugs: - Tabs don't...

Hey, I've been meaning to mention, I've factored out the editor widget from slap [here](https://github.com/slap-editor/editor-widget). It features navigation via configurable keybindings as well as mouse support. Hope it's useful!

Definitely think we need something like this. Doing something kind of silly [here](https://github.com/slap-editor/slap/blob/master/lib/ui/Header.js#L143-L147) so maybe this will make it cleaner. I'll try it out soon.

:+1: > Use blessed as a rendering backend for jsdom, allowing us to create an insanely good terminal web browser (have you ever seen a terminal browser with hover effects...

I can confirm this issue. This only seems to happen if you install globally. For now, you should be able to run `./allrgb.py` from within the allrgb directory successfully. Please...

Hi @clementallen, If you are still having this problem, try upgrading to v2.0.0. There have been many changes to the build system. Does that help?