Zixuan Li
Zixuan Li
@zulipbot claim
I expect the CI to fail with the second commit that removes the decorators for `rest_dispatch` and `remote_server_dispatch` (just as a demonstration).
> Hmm. I question the value of maintaining a hundred-line test targeted to a small subset of our CSRF-exempt views that we happened to break in one particular refactoring. If...
#201 and #299 are related. I think a workaround would be using `ForwardRef` or a `NewType` hook.
Thank you for your contributions! My first advice for you is to clean up your commit history. Please look at the [commit discipline](https://zulip.readthedocs.io/en/latest/contributing/version-control.html#commit-discipline) for reference. I would recommend you avoid...
The CI bug is likely just another problem with the test data. Specifically, you will need to update `message_id` in `zerver/openapi/curl_param_value_generators.py` as your change in `action.py` ```python if len(notifications) >...
Would it also be possible to pass a query parameter `C` with the value of the code encoded in base64 without compression? So that third party apps can programmatically generates...
Yeah. Maybe an endpoint that returns an HTTP 302 response?
Ah, I see. Maybe a GET endpoint that takes these data as query parameters, and redirects in response? Redirection would be prefer because then this alternative URL can be used...
Hi @VatsalBhesaniya! Thanks for the previous revisions. Any plan to continue working on this?