Anders Kaseorg
Anders Kaseorg
- Possible duplicate of #2574.
Thanks for drawing attention to this! I did a quick audit and determined that there’s no vulnerability in Zulip Desktop (if you find otherwise, please don’t hesitate to reach out...
From a user perspective, this was allowed in 5.0.2 and incorrectly disallowed in 5.0.3. Whatever you’d like to call it, we can’t upgrade to django-stubs ≥ 5.0.3 in [Zulip](https://github.com/zulip/zulip) until...
Fix: - #1433
- If we’re running more or less the same steps on both platforms, this should use a [matrix](https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/run-job-variations). - The extra `node --version` and `npm --version` are not needed because...
Is it worth investigating [Apache OpenDAL](https://opendal.apache.org/) as an alternative or replacement for the first-party AWS SDK? Here’s a post by its maintainer about exactly this issue: https://xuanwo.io/links/2025/02/aws_s3_sdk_breaks_its_compatible_services/.
I see no evidence that upstream Electron fixed this. electron/electron#6996 was closed as wontfix, with the suggested workaround being a native C++ module that binds libX11 directly, with very few...
I now have the hardware to confirm that this is still broken. We probably need to wire up the new `app-command` events to the correct webview ourselves.
`args` isn’t our interface to define; it [was](https://docs.python.org/2.5/lib/module-exceptions.html), and [still is](https://docs.python.org/3/library/exceptions.html#BaseException.args), part of the public interface of `BaseException` since before Tornado existed. It’s specified to be the tuple of arguments...
The legacy resolver still emits the same warning, just ignores it. The legacy resolver is unsupported and [will be removed](https://pip.pypa.io/en/latest/user_guide/#deprecation-timeline-for-2020-resolver-changes), and there’s no equivalent for [uv](https://docs.astral.sh/uv/). ```console $ uv run...