David Herman
David Herman
This is now done here: https://github.com/varabyte/kotter/blob/main/kotterx/kotter-test-support/README.md
I don't have access to anything except that which the terminal gives me. So depending on what you're expecting, it's *probably* not possible. See also: https://github.com/varabyte/kotter/issues/57 in case it's related....
If you're a dev running into this, and this isn't fixed, try to reduce the amount of screen that can be repainted at any given moment.
https://stackoverflow.com/a/48016366/1299302 looks promising. Maybe I should at least check for LINES and COLUMNS, which can get stale if the user resizes the screen, but it's better than nothing!
I'm not sure I can do anything about that, unfortunately. I recommend the ASCII border set in that case, or changing the font?
@grnt426 https://github.com/varabyte/kotter/blob/62173802985117c8e6e53dc2b7b533cbdcf7daf2/kotter/src/jvmMain/kotlin/com/varabyte/kotter/terminal/virtual/VirtualTerminal.kt#L92
@grnt426 did you ever resolve this issue on your end, with the recommendation for changing the font?
@ShawSumma it's been a while. I believe you put a ttf inside your resources for and the path is to that file, relative to the resource root. So probably something...
Possibly we should let people configure the export width. See https://www.lambdatest.com/support/docs/playwright-test-execution-setup/#:~:text=The%20default%20viewport%20size%20for,shown%20in%20the%20code%20below.
Hey @franz-sw ! Thanks for this interesting discussion. BTW, if you're not aware, the `kobweb` block does have a `cleanUrls` property which defaults to true. You can set it to...