Matus Goljer
Matus Goljer
I've started hacking a bit on Andreas's fork and opened a PR to his repo: https://github.com/antifuchs/rjsx-mode/pull/1 If anyone's interested doing a bit of a code review I would appreciate that....
Well it probably breaks the examples which tested the wrong case originally. It seems only those where the property is violated fail.
Thanks for the update.
I've tried somewhat successfully to use `ansi-term` as the mode for the logs instead of just dumping stuff to a buffer, so it can interpret all the code sequences properly....
btw @rejeep I don't know if it's too much to ask but if you could add me as a collaborator so I can assign some of the issues to myself...
Using the term mode is quite difficult so I've created this #112 in the meantime that fixes the backspace and also applies it properly to the output. @11111000000 You might...
This also doesn't work for me, it only scrolls if the buffers are in an active frame.
@thomasf FYI to manipulate visual position you need `set-window-point`, `goto-char` is not enough when the frame is not selected (doesn't work even with the `with-selected-window` macro... silly Emacs). I have...
This would be nice for docker-compose stacks as well. I will try to look into this.
Hey @asheshambasta, not yet, somehow docker started working fine with signals so my use-case was solved :blush: But I hope to get to it someday.