Christian Staudt

Results 118 comments of Christian Staudt
trafficstars

@flamesjames Has the DatePicker feature been merged? It looks like it has been moved to a new PR: https://github.com/flet-dev/flet/pull/981

@flamesjames By concidence, watching the open pull requests on flet.

@berecik Would you like to give us an Estimated Time of Arrival for the DatePicker feature?

Unfortunately yes @flamesjames. Would you like me to propose other tickets?

Hi @AmanSal1, could you please open a separate issue to tell us more about the error you are seeing: - the full terminal output, including your command - the steps...

Good news @AmanSal1 We welcome your contribution. The task is to implement a test that tests whether the app starts and quits successfully, as part of the test suite in...

@AmanSal1 Correct, currently there is no test in the test suite that would catch any error that prevents the app from starting. The test suite is run via the GitHub...

@AmanSal1 A unit test that would fail on such an error would be great. Also, any test that fails when the app fails to start properly.

@AmanSal1 Another reason why we need such tests: A developer used a feature from Python 3.10. With Python 3.9 it's a syntax error that prevents the app from starting. No...

@flamesjames good first issue?