Korijn van Golen

Results 390 comments of Korijn van Golen

No Electron or NW.js?

With regard to scenario 1.7 I found this article and thought I'd share: https://www.fyears.org/2015/06/electron-as-gui-of-python-apps.html

It would be nice to break the CSS that is currently in Flexx into `flexx.css` for core settings and `flexx.theme.default.css` for anything theme-related, so that you can easily add your...

> For A, we should perhaps raise a warning/error unless the alternate syntax is used that makes it explicit that this is an overloaded handler. Yes! Great suggestion. For D,...

I can think of some use cases: - For desktop-style applications specifically, it's quite common to override the context menu with a custom one, and since it needs to be...

I believe you'll have to look up the specifics of the browser runtime you're using in this case.

https://github.com/nwjs/nw.js/wiki/file-dialogs nw.js supports it!

Would it be helpful if I contribute our LiveServerThread code?

I think it makes the most sense to use async io in PyComponent actions anyway!

You could mirror the matplotlib approach? By default matplotlib just opens in new windows, even from a notebook, unless you apply the `%matplotlib notebook` magic to a notebook cell.