Feodor Fitsner

Results 288 comments of Feodor Fitsner

In a few weeks, hopefully, but it all depends on App Store approval.

Which version of Python is that?

Could you please provide more information as described in this issue template: https://github.com/flet-dev/flet/blob/main/.github/ISSUE_TEMPLATE/bug_report.md?

What error are you getting? What OS is that, Python version, etc.? Could you give more context please?

@krlmlr There is Java 8 x86 pre-installed on build workers: https://www.appveyor.com/docs/windows-images-software/#java. It's in `C:\Program Files (x86)\Java\jdk1.8.0`, however, if I'm not mistaken path in `JAVA_HOME` should be in DOS 8.3 format,...

It's for the app being able to communicate between the sessions (of the same app). First, we are going to add events when a new session started and ended, so...

Achieved by setting both `.block` and `.nowrap` to `true`, for example: ```python Text( "This-is-a-very-long-text", width=50, height=50, border_style="double", border_width=1, block=True, nowrap=True, ) ```

No worries, I'll give a thought how it could be better implemented.