Anders Kaseorg
Anders Kaseorg
Further discussion: https://chat.zulip.org/#narrow/stream/3-backend/topic/certbot/near/1516306
The certbot brokenness is a high importance bug that needs to be solved, but this PR does not solve it. See above comments and the linked discussion.
Hmm, I can see why this would be difficult. There are some questions here that the specification doesn’t seem to address; for example, if a path or query value `123`...
The fix can double each `$` to `$$` in the replacement argument if it’s known to be a string literal (e.g. `.split('_').join('$$')` → `.replaceAll('_', '$$$$')`), and otherwise use a function...
I don’t have a Mac myself, but twbs/bootstrap#25177 has been tested extensively in Safari, having been part of Bootstrap for the last three years. I’m not sure how to interpret...
Thanks. It looks like you rewrote all the Git history to change your email address—FYI in the future, better practice for that is to add a [`mailmap`](https://git-scm.com/docs/gitmailmap). I removed the...
In isort this is configurable with the `split_on_trailing_comma` option. We should do the same.
@myselfAbdullah007 No, you can’t: the Python syntax does not allow `lambda` parameters to be annotated. Anyway, I’m not looking for support; I’m plenty capable of working around this in my...
@thelazyoxymoron You’re seeing something unrelated that you’re going to have to debug on the Nginx Proxy Manager side. This issue is about the internal Certbot support inside docker-zulip.
@7rulnik This was broken by the incorrect usage of `declare module` that was added in #13, which was merged in 1.0.2. See the reproduction recipe in #24.