Falko Schindler

Results 231 comments of Falko Schindler
trafficstars

Hi @dr-yd, thanks for reporting this problem! Here is a minimal reproduction: ```py from nicegui import ui, app @ui.page('/') def root(): app.on_connect(lambda: print(app.storage.user.get('test'))) ui.run(storage_secret='foobar') ``` But I haven't found the...

Since we'll change how requests are stored in the `client` object in 2.0, we'll look into this issue when working on this branch.

In #2662 we noticed another example for the misleading "RuntimeError: app.storage.user needs a storage_secret passed in ui.run()": ```py @ui.page('/') def page(): ui.label('Hello, world!') app.on_disconnect(lambda: print(app.storage.user)) ```

@Dan1001 As far as I can tell, my reproduction from https://github.com/zauberzeug/nicegui/issues/2520#issuecomment-1931374531 still causes the RuntimeError.

Thanks for reporting this issue @hrauch! Can anyone with Windows 11 reproduce the problem? Should we simply add `shell=True`?

Thanks @gotev! This makes we wonder if we should provide such a versatile build script with the official NiceGUI package. This way we could bundle all gained knowledge from the...

@gotev That would be awesome! I think we can start by putting it in the root directory of the repository. Once we have a release candidate, I'd love to make...

This issue is fix since NiceGUI 1.0.

This issue is fix since NiceGUI 1.0.

This issue is fix since NiceGUI 1.0.