Alexander Pochill

Results 62 comments of Alexander Pochill

I would really like to avoid using a character for separation though. Next input list might include a colon `:`. I think the only way to solve this in a...

So what are you suggesting? Saving a file is kind of the go-to tell to "use this instead of what was there before".

I think this might be difficult to pull off with the current design. Right now it adds a listener everytime `.atom-build.json` is saved. When you press build, it will save...

What do you mean with "no work". Please elaborate on whats not working. Include an `.atom-build` file which exhibits the problem.

I don't work on windows in general so it'll take some time for me to work with this. If anyone is bothered by it, feel free to dig in. It's...

I have actually been thinking about integrating [term.js](https://github.com/chjj/term.js/) into this package to get better terminal support. I would feel comfortable exposing a tty since this is almos fully xterm compatible,...

So I've put `term.js` in there, but I had to disable tmux keys due to event propagation issues. It appeared to eat up all events when those were enabled rendering...

Stripped. I would assume. So it would be the raw output - which is not always clear what that is either. What about a carriage return (`\r`) without a newline...

@jhasse cool thanks for the tip! Does it work also if the build output has scrolled (e.g. everything does not fit in the visible area) ?

That is very odd indeed. I have not experienced this. What OS are you on?