John Spackman
John Spackman
This adds a `privateArtifacts` option to `compile.json` to allow all urls to be locked within an application directory
fixes a bug where `qx.html.Image` is only suitable for `qx.ui.basic.Image` and should not be part of the JSX / VDOM because it breaks the `` tag
The punycode warning is caused by old octokit and node-fetch; both are upgraded Also this fixes https://github.com/qooxdoo/qooxdoo/issues/10669
It looks like the deferred init / aka init defined by constructor does not work; the docs say that you can use the `initXxx()` method to change the initialisation value,...
**Describe the bug** The wikipedia page https://en.wikipedia.org/wiki/Qooxdoo is where developers first come to looking for a new framework, and it is lacking in up to date content **Expected behavior** A...
# Type Safety Next year we \(the dev team at Zenesis\) would like to start thinking about adding some type safety features into the Qooxdoo compiler \- the key principal...
ASM 3 can give runtime errors (ArrayIndexOutOfBoundsException) which I think is because I started using lambda functions in a class that was previously being read just fine. The effect was...
The pre-commit hook does not work, and es6ify cannot reliably prettify the code - this is because of an issue with babel, which apparently is known to loose formatting information,...
This PR adds caching to the label size calculations, which can have a huge effect on performance. In our app, we had a dashboard with multiple datagrid trees, and on...
Methods which are included via a Mixin cannot be overridden in the class that mixed them in; in conceptual OO terms, there is no reason why this restriction should exist...