Russ Warren
Russ Warren
The README has an enticing mention of available "environment variables" in it, but the link doesn't go anywhere useful: https://github.com/xolox/python-negotiator/blame/master/README.rst#L162 Are there actually usable env vars available? I can't find...
* **uvloop version**: 0.14.0 * **Python version**: 3.8.2 * **Platform**: linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n/a (this is an api thing) * **Does uvloop...
The rsyncd image is only set to use the secrets file, which is "fairly weak protection", per the [rsyncd man page](https://linux.die.net/man/5/rsyncd.conf) (See the "Authentication Strength" section). A more secure rsyncd...
I think some quick examples of how to actually recover backups from a remote server would be useful to add to the wiki. ---- I'm in a case where my...
Some packages result in silent failures. One example: ``` $ pipdeptree -p qgrid $ ``` This package actually has a quite a large dependency tree.
The current blacklabelops `docker-compose.yaml` Java VM settings are as follows: ``` environment: - 'CATALINA_OPTS= -Xms256m -Xmx1g' ``` The Atlassian recommendations on [this page](https://confluence.atlassian.com/doc/managing-application-server-memory-settings-32899336.html) state: > In the general case, both...
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem. * Checked that your issue...
This fixes potential stuck threads in "some situations", as documented by Atlassian here: https://confluence.atlassian.com/jirakb/connection-problems-to-postgresql-result-in-stuck-threads-in-jira-1047534091.html ---- Doing this required two things: 1. Updating the postgres jar file (latest is currently 42.4.0)...
Atlassian has more critical severity vulnerabilities. See here: https://confluence.atlassian.com/security/multiple-products-security-advisory-cve-2022-26136-cve-2022-26137-1141493031.html Jira should be updated to 8.22.6 to resolve this. >= 9.0.0 also fixes it... but I've not jumped that major version...
`diff-match-patch` supports word diffing and not just line diffing: https://github.com/google/diff-match-patch/wiki/Line-or-Word-Diffs Any plan to implement visualizations for word diffing, and not just line diffing?