Per Lundberg

Results 169 comments of Per Lundberg

> You could test wrapping the command with rainbow instead: `rainbow java -jar ...`, it uses a completely different logic with pseudo-terminals (https://github.com/nicoulaj/rainbow/blob/master/rainbow/command/execute.py#L34), and see how it goes. Interestingly enough,...

> Thanks for testing, I reopen this issue since it is still a bug in `stdin.py` that needs fixing. Any idea of when this would be fixed? I've experienced some...

@nicoulaj I ran into another issue when running Rainbow with a pseudo terminal, further described here: https://jira.qos.ch/browse/LOGBACK-1422?focusedCommentId=20252&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-20252. Since it blocked proper shutdown of my Java processes, it was a bit...

> The difficulty here is more to define a usable config syntax I agree, right now the syntax is pretty much connected to the ANSI 3/4-bit colors so this is...

Thanks @nicoulaj! This is what I ended up with: ``` [filters] bold: ([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}) cyan: ([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}|^([^\ ]+)) ``` It looks like this on my machine. As indicated by the screenshot, I...

Thanks @lighttiger2505, much appreciated! How would this work in the `lab browse` scenario when no config file exists from beforehand? I think it would be great to be able do...

For me, it works on OSX but it does generate lots of temp files. 😉

> Pull Requests welcome! Sure. Where should the debugging start, is it a matter of incompatible dependencies or what do you think?

@Abnaxos Java 10 and 11 have both been released as of now. :smile: Do you have any idea about when you anticipate for this issue to be fixed? (I noted...

@Abnaxos We are interested in seeing this resolved, and might be able to put some hours into it, to eventually move away from Java 8 for our Javadoc generation. Would...