Almar Klein

Results 295 issues of 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...

type: discussion

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,...

tag: pscript
tag: app
type: discussion

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...

type: task
tag: app

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...

type: task

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...

type: enhancement
tag: ui

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...

tag: app
tag: ui
type: discussion

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...

tag: ui
type: discussion
tag: testing

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...

type: enhancement
tag: webruntime

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...

tag: webruntime
type: discussion

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.

type: enhancement
tag: app