John Spackman

Results 40 issues of John Spackman

From Gitter @sgaillard : I everybody, I'm asking my question here since I don't know if there is some activity on 'forum like' tools for that. I have published a...

enhancement

The skeleton has always provided a custom theme with appearance, decoration, etc which inherit from a base theme, but would it be better if we simply used the standard theme...

If a class is not available then a "Unresolved use of symbol foo" is reported, but if that class is subsequently created (eg a git checkout or editing the code)...

bug

Running `qx package install ` can silently install an old version if you have not run `qx package update` in a while. Because this is specific to the installation on...

enhancement

It would be great if we could reduce long winded property access statements like `myObj.getArrayObj().getItem(2).getMyPropValue()` down to their native equivalent like `myObj.arrayObj[2].myPropValue`; to do this requires that the Qooxdoo property...

enhancement

Using `qx create blah -I` creates Application.js with this header: ``` /* ************************************************************************ Copyright: 2019 undefined License: MIT license Authors: undefined ************************************************************************ */ ``` Also, is it really useful to...

enhancement

The compiler recently introduced a mechanism for including files in SASS files where both `url(...)` clauses and `@import ...` supported a new syntax, where the resource can be prefixed with...

discusssion

Currently we use `this.base` to interact with base classes, but this is a slightly odd syntax which contrasts with the syntax in ES6 for classes, which use the `super()` method...

enhancement

_From @cboulanger on November 28, 2017 8:25_ Currently, the travis test consists of one long `.travis.yml` file executing CLI commands. We need a setup in which each command and subcommand...

enhancement

Previously, the compiler only output typescript definitions as it compiled, but this caused problems because not all targets support all javascript files (eg browser vs node code) This PR moves...