AJ Alt

Results 159 comments of AJ Alt

I'm guessing it's the same issue as #86, where JNA just doesn't support macos arm64 well. Maybe a future JNA release will improve that, but really I think the solution...

> Native is also not working for me. Does the list show up but inputs are ignored? Or are you seeing some other problem?

Thanks for the heads up on the docs, they should be fixed now. The TermUi editor functions were the only usages of `expect`/`actual`, so removing them means all that's left...

You can also always copy the [old implementation][1] if you want to use it now. [1]: https://github.com/ajalt/clikt/blob/61a51ffa06c6516100deaf60ab2480d6b0f54542/clikt/src/jvmMain/kotlin/com/github/ajalt/clikt/output/EditorJVM.kt

You should be able to build with graal if you exclude the transitive `com.github.ajalt.mordant:mordant-jvm-jna` and `com.github.ajalt.mordant:mordant-jvm-graal-ffi` dependencies. That will leave the graal Mordant module.

I agree with EchoEllet. To save space in the docs, I'll leave out the imports

It's not released yet, although I plan to soon. You can use it now with [the latest snapshot build][1]. If you do, I'd love to hear any feedback you have....

I've been working on a major version of mordant, which I released this past weekend. Now that that's done, I can update clikt to use it and make a release...

The one in the core module is called `NoOpCoreCliktCommand` to match all the other `CoreCliktCommand`s. The `NoOpCliktCommand` is in the mordant module because it uses the mordant help formatter.

Well, this is a bug in Kotlin/Native, so you might want to file a YouTrack issue. But I imagine we can work around it by renaming one of those functions.