AJ Alt

Results 88 comments of AJ Alt

Good point. We need https://github.com/JetBrains/markdown/issues/146 to publish an arm artifact first, but I'll add it once they do.

I know; I was the one who added it https://github.com/JetBrains/markdown/pull/147 😉 I'm waiting for the next kotest release which adds wasmJs support, then I'll make a release with both new...

CSV output seems like it would make sense for normally wrapped plain text, but what about tables with cells that span rows or columns, or cells that contain nested widgets...

I agree that we need a way to use a different width on non-interactive output. > unnecessarily truncated at column 79 In the meantime, you might use `NORMAL` or `PRE_WRAP`...

I also ran into this. It turns out that, as mentioned in https://github.com/square/okio/issues/1070#issuecomment-975849936, the commonizer _is_ able to make `SYSTEM` available as long as you don't have a JS source...

If I understand what you're asking, that's already how it works. If an option is given on the cli, it's used and the config file is ignored for that option....

Maybe I'm confused, but why are you setting up a config file that you don't want to use?

Good idea, I would welcome a PR

This has been discussed before in #449. `run` is called in the middle of parsing. If we skipped `run`, it could result in different behavior, which is why I haven't...

Clikt doesn't have anything like that currently, but it should be straight forward to implement a [HelpFormatter][1] that would print out whatever format you want. [1]:https://ajalt.github.io/clikt/api/clikt/com.github.ajalt.clikt.output/-help-formatter/index.html