Almar Klein
Almar Klein
This is a preliminary proposal on how to manage memory in the new Flexx (as proposed in #367). The proposal in #367 defines `PyComponents` and `JSComponents`, each living either in...
Sometimes, the JS and Py side of a model, or a piece of code that is used both in Python and JS, uses a name that is intrinsic to JS,...
In other words, multiple Flexx "instances" on the same page. A direct (real) use-case is that in JLab multiple notebooks are open in which Flexx is used (and perhaps some...
From v0.6 we want to start calling Flexx Beta. From then on we should be caring more about backward compatibility and deprecation paths. Beyond 1.0: * Each deprecated functionality should...
Otherwise all our examples that make use of the canvas look blurry. This can be implemented either using a property of the canvas, or by providing a subclass that has...
The purpose of this issue is to get an idea of what's needed for Flexx to run inside environments like the notebook, JupyterLab, and other. What special measures does Flexx...
Related to #12 (testing visual output). We need tests to verify that our widgets work correctly. But testing this kind of stuff is hard and can lead to tests that...
Let's start by making Flexx apps run on mobile in "exported" mode, i.e. without a Python server, similar to how apps can be exported to standalone HTML. Ideas: - XUL...
This issue serves to get a clearer picture on the scenarios of deployments of Flexx. To see what is needed implementation wise, to see what we might need to improve...
Like running `flexx serve`, and upon saving the file that defines your app, it gets automatically reloaded in the browser, preferably with state (i.e. what tab is open) preserved.