-
**Describe the bug**
The following is valid ES6+ syntax;
```js
function name({ destruct1, destruct2, ...restDestruct }) {/* ... */}
```
For example;
```js
$ node
Welcome to Node.js v18…
-
The README `joe ls` example lists `ipythonnotebook`, but I'm not seeing it:
```
$ joe u && joe ls
Updating gitignore files..
183 supported .gitignore files:
actionscript, ada, agda, android, an…
-
Hello !
I discovered Cells and Qooxlisp after your question on Ceramic (Qooxlisp wasn't even mentioned on Cliki :( ) and my mind is blown, what if Qooxlisp was indeed the last web framework I ~~wil…
-
**Describe the bug**
When try to use drag and drop and drag the selected element over a qooxdoo iframe object the drag icon stops on the border of the iframe. seams like the coordinates not longer up…
-
In qooxdoo, we have public and private members. Private members are renamed during the build process, so they can't be accessed from another classes.
By getting all the subclasses of a class we coul…
-
**Describe the bug**
Hi,
there is a weird 2px transparent "border" on the boolean.png(true and false) in a table with the modern theme.
Because of that the checkbox is rendered pretty small since t…
-
The qx.ui.basic.Label acts very strange in a container grid. The with resulting is not the optimal.
To reproduce:
`
var f = new qx.ui.window.Window();
var baseLayout = …
-
When editing a cell in an editable table, the text does not appear vertically centered, it appears at the bottom with some cutoff. The issue occurs only with Firefox and IE, in Chrome and Edge works f…
-
**Describe the bug**
The scroll container did not grow to its maximum height. It has always the height set or shrinks to a minimum size if no height value is set.
**To Reproduce**
Playground exam…
-
In Java you can mark methods with the Annotation @override to show that this method is overridden. The compiler gives a warning if you override a method without using @override.
So you have a hint wic…