Pat Buxton
Pat Buxton
Re-use of CLI args and/or aliases is causing ugly output in CLI help, e.g. output of `qx lint --help` is There are multiple entries for -F, -c, -v & -q...
If using a `qx.ui.embed.Iframe` and the source is set to a relative URL to current and subsequently the Iframe is removed from the DOM, an error is raised in the...
When editing HTML in a table using a combo editor, the HTML in the cell is escaped by the DefaultCellRenderer, but upon edit with the combo editor, the rendered escaped...
Minor thing and I should probably get rid of my warnings, but it looks like when I change one file and recompile, the message that it was compiling the changed...
Files with a comment such as ` // [Constructor]` within the class definition fail to compile since `1.0.0-beta.20200320-1542` release ```javascript qx.Class.define("myapp.ui.myClass", { extend: qx.ui.core.Widget, // -------------------------------------------------------------------------- // [Constructor] // --------------------------------------------------------------------------...
I've just noticed that I've been compiling code that uses `qx.ui.table.model.Filtered` which is marked as deprecated. Is it possible to output a warning to tell you that this is the...
With Python 3.12 the following error is encountered: ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.2/x64/bin/liccheck", line 5, in from liccheck.command_line import main File "/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/liccheck/command_line.py", line 5, in from liccheck.requirements...
With a headless sentinel service in Kubernetes we would like to pass the headless host e.g. `redis-sentinel-headless` and have the list of sentinels determined from this. In the case that...
As discussed in [Gitter in May 2023](https://matrix.to/#/!PPyLxiIFPbhEqMbDgU:gitter.im/$GPjsL0aw9F1l0SGB1E9HXfCZ_dzvqK_hUu-HXXDEHw8?via=gitter.im&via=matrix.org&via=matrix.freyachat.eu), with dynamic theming enabled and a large number of `LayoutItem`s created. A simple fix was not apparent so I am logging the issue...
I had the need to run this as a websocket STOMP server using starlette and asyncio so I amended some of the classes to work for my use case (a...