Joshua Cao

Results 13 comments of Joshua Cao

With default bindings, you can select entries with `` or `+`. You can somewhat get what you're looking for with ` + q`, which send the selected entries to the...

> but how can you the said files I'm gonna guess you mean how to **open** the said files I'm not sure if there is a quick one liner to...

I've submitted a PR for openjdk11: https://github.com/openjdk/jdk11u-dev/pull/1129. The backport does not apply to openjdk8, and will need some rewriting. The patch uses [StackWalker API](https://docs.oracle.com/javase/9/docs/api/java/lang/StackWalker.html), which only exists in Java >=...

> Otherwise, looks good! Thanks for the review. I've added all your suggestions.

> Using relative imports at all seems like a poor choice. Why is this something we want to support? Why do relative imports seem like a poor choice? My use...

> it's not predictable with symlinks though, since you have 2 choices basically. I'm not understanding why this is an issue. The path will be relative from where Alacritty reads...

I can reproduce this. For now, I'll assume `17.0.4.9-1` is correct, and `17.0.5.8-1` is incorrect. Correttos that produce 'correct' output: * all Corretto-8's * all Corretto-11's * 17.0.4 * 19.0.0...

``` Correttos that produce 'correct' output: all Corretto-8's all Corretto-11's 17.0.4 19.0.0 'incorrect' output: 17.0.5 19.0.1 ``` Need to make a correction. I've tried this again. All Correttos (8, 11,...