Kuno Meyer
Kuno Meyer
Consider the following binding expression: `{calc:Binding 'MessagesFiltered.Count > 0 ? MessagesFiltered[0] : null'}` When `MessagesFiltered` is empty, I see in the binding log the message below, which is exactly what...
I'd like to script 32-bit assemblies (because of external, unmanaged dependencies): ``` $>"C:\Program Files (x86)\dotnet\dotnet.exe" --info .NET Core SDK (reflecting any global.json): Version: 2.1.500 Commit: b68b931422 Runtime Environment: OS Name:...
### Windows Terminal version 1.19.10821.0 ### Windows build number 10.0.19045.4291 ### Other Software _No response_ ### Steps to reproduce I have a strange reflow bug that seems to occur only...
It seems that keyboard shortcuts for Copy/Paste (Ctrl-C/V) don't work in the attached pod terminal window. Is this by intention? Or is this a security feature? Also, it would be...
As example: [this PR](https://github.com/go-gitea/gitea/pull/14601), documented [here](https://docs.gitea.com/api/1.21/#tag/issue/operation/issueListIssueCommentAttachments). I installed from PyPI: `pip install giteapy`
# Bug report ### Bug description: The [create_aggregate documentation](https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.create_aggregate) does not specify a result type of the aggregation and even allows for multiple aggregating values per row (`n_arg` parameter). However,...
# Bug report ### Bug description: There is an unexpected SystemError which is completely outside of user code. I get it with Python 3.13.0 on Windows, but did never see...
Consider the following schema definition (which passes validation with the `openapitools/openapi-generator-cli` container image): ``` // [...] "deviceEncryptionKeyScheme": { "$ref": "#/components/schemas/DeviceEncryptionKeyScheme", "nullable": true //
This started to fail here, see output below: ``` compose-updater | 2025/12/23 10:24:19 Compose Updater 2.4.0 compose-updater | 2025/12/23 10:24:19 Using settings: compose-updater | 2025/12/23 10:24:19 cleanup ......... true compose-updater...