Anders Kaseorg

Results 389 comments of Anders Kaseorg

Running the system-wide installation of 5.9.2 from two different users in the Guests group works fine for me.

Not saying we’re opposed to providing an RPM, but in case it helps: you can install [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) to get automatic desktop file integration when you open an AppImage. We also...

Is this compatible with the Zulip Android app, which also uses `zulip://` URLs? If we’re going to do this, we should make sure to keep them compatible.

This appears to be the same change as #1091. Please don’t close and open multiple PRs for the same change—update the existing PR instead. Your commit message “Solved Conflict” gives...

@SidharajYadav Start at our documentation about [contributing to Zulip](https://zulip.readthedocs.io/en/latest/overview/contributing.html). Please don’t comment on GitHub issues with unrelated questions.

My first question is, why is this functionality so important as to justify taking away space on the sidebar that could be used for more organizations? Can you explain the...

We have *far* too many indices flying around to be confident that it would be correct to start mutating them: * `ServerManagerView#activeTabIndex` * `ServerManagerView#tabIndex` * `ServerTab#index` * `ServerTab#tabIndex` * `SettingsOptions.lastActiveTab`...

Clicking on the image saves it to your Downloads folder. The app should have informed you of this with a notification. Perhaps you are blocking notifications (e.g. with Windows focus...

Please don’t open and close multiple separate pull requests for the same topic. You can always [update an existing pull request](https://zulip.readthedocs.io/en/latest/git/pull-requests.html#update-a-pull-request) by pushing to the same branch, using a force...

> ```python > umask = os.umask(0) > ``` Since the umask is per-process, not per-thread, changing it is a potential security problem in the presence of multiple threads. (See https://bugs.python.org/issue21082.)...