AJ Alt

Results 159 comments of AJ Alt

Ah, thanks, I missed that in the original post. Does this crash only occur under Graal? Does it work on a regular JVM?

@corbym great find! I implemented the ioctl from the linked issue in #87. Let me know if that fixes the crash.

@nfsantos probably the same issue. Can you try the branch on #87 to see if it fixes your issue?

I just merged the PR, so you can use the latest [snapshot](https://github.com/ajalt/mordant#snapshots) once it finishes building.

I just released a new version of Mordant that reverts to the old `detectTerminalSize` implementation for now. I'm leaving this issue open until we can figure out how to get...

To be clear, based on you stack trace you're asking about Java on android, not any of the `androidNative` targets? The first google result for your exception suggests that you...

I'm -1 on this. FORCE_COLOR and COLORTERM are standard-ish variablers used by other libraries. I don't want really want mordant to behave differently than everyone else.

So i looked at the workaround you posted and I'm a little confused: why are you copying `COLORTERM` into `FORCE_COLOR` rather than passing `COLORTERM` through?

Thanks for the additional clarification, but I'm still not in favor of this change. In the next major release, I plan to move in the opposite direction: I want to...

I don't have an arm device, so I wouldn't be able to test it. Does the [current][1] linux-specific code work without modification on arm? If so, I would be willing...