Christian Boulanger

Results 110 issues of Christian Boulanger

I am running the Web service in a Docker container. When trying to upload and process a file, I am getting the following Error: Must be either POST with file...

Generalizing https://github.com/qooxdoo/qooxdoo/pull/10320, we should update the parameter type annotations in the DocBlocks to modern JSDoc standards. This includes - [ ] Replacing `variableName {Type}` with `{Type} variableName` - [ ]...

Some of the tests in `qx.test.io.*` (like the GraphQL and Websockets implementations) rely on public external servers against which the protocol implementations are tested. This is problematic since these servers...

enhancement

Based on a static list of deprecated namespaces, the compiler should output a custom error message to the user whenever this class name is used. In its most basic form,...

This issue serves to collect ideas about additions or changes to the schema of `Manifest.json` which eventually can be released as a new version of the json schema after the...

Since this is a major break with previous practice, I feel like we should take a formal vote here. @johnspackman has already been experimenting with [semantic release](https://github.com/semantic-release/semantic-release), which offers a...

I propose to adapt the "semantic release" model for publishing qooxdoo versions (See https://semantic-release.gitbook.io/semantic-release/), resulting in a fully automated release workflow, including automatically assembled release notes. The cost of this...

@johnspackman has looked at the framework code and found that the iconthme "Tango" is often hardcoded. This needs to be replaced by `${qx.icontheme}`. Better yet, we should add `${qx.iconset}` defined...

enhancement

Picking up from https://github.com/qooxdoo/qooxdoo/pull/10030#pullrequestreview-477646177 , this issue can collect thoughts on how best to express the conceptual goals of `qx.core.Id` / `qx.core.MObjectId` via its API. I am copying over the...

discussion