Alex Vandiver

Results 28 issues of Alex Vandiver

### Description If go-camo is served from its own hostname, one cannot use `` to proxy download links through Camo, since the `download` attribute is limited to same-origin links. Extend...

**Describe the bug** If the user previously had a working Zulip install at `https://chat.zulip-nonexistant.org/`, but it has since vanished fully form DNS, starting up produces a white window. The logs...

Type: Bug

**Describe the bug** The `Config` object supports passing in a `proxies` value, which can be used to override the proxies taken from the environment. However, this appears to only be...

feature-request
credentials
needs-review
configuration
p3

Fixes livegrep/livegrep#136 -- or I believe it should.

This documentation was written in 9ece4c9f5148, which predated the `./manage delete_realm` command added in bff503feb4a1. Self-review checklist - [ ] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability (variable names, code...

size: S

`./manage.py import` does not take a tarball; it takes a directory. Making a separate tarball is a waste of CPU time and disk, as it is never used. This was...

size: S

c7d0192755be added the unique constraint on `user_profile_id,message_id,reaction_type,emoji_code`, but left the existing constraint on `user_profile_id,message_id,emoji_name`. As explained in the comment added in 3cd543ee98e9, `emoji_name` cannot be trusted to be unique, as...

size: S