mwinkel-dev
mwinkel-dev
Hi @ModestMC -- The Apple Silicon MacOS Ventura port is still in flux. Likely will be a few more weeks before I am ready to publish a "preview" branch. Presently,...
Hi @mrclary -- Unfortunately, the Apple Silicon port has languished for months. It was eclipsed by other "US Priority" bugs that were more urgent (i.e., needed for the upcoming campaign...
The lines suggested for removal date back to the very early history of the `TreeSegments.c` file. The third commit made to the file (hash `bd30483` on 29-Jan-2007) contains similar lines....
Hi @zack-vii -- Thanks for looking at this XNCI issue and for the additional PRs. Stephen asked me to review this PR #2498 a while ago. I will now compare...
Yes, the suggested fix is apt to be the simplest solution to avoid this IDL issue with keyword arguments. I anticipate that the fix will be easy, and that most...
Correction: the preceding post was too optimistic. This bug is related to Issue #2580 and PR #2581 (i.e., that fix might have inadvertently caused this new bug). The investigation will...
Josh, Stephen and I have discussed both issues: #2580 (PR #2581) and this #2625. Although related, we realize that they are different issues. Investigation continues.
The PR #2626 fix (start connection ids at 1) works fine if all servers can be upgraded to that software. However, that is impractical for most sites, because they will...
The v3 fix implements Sean's suggestion to open an extraneous connection. Which means that when the `set_database` call is made, it will be assigned a non-zero socket, thus bypassing the...
After reverting PR #2620's change to `connection.py`, we tested the Python API as per Sean's example above. Rolling back the change appears to have fixed the Python API bug.