Horst Schneider
Horst Schneider
Working with your library extensively today (it's great!), I noticed that whenever the pdftk subprocess crashes, some artifacts are not being cleaned up from `/tmp`. Here is a proof that...
The license information in [package.json](https://github.com/unclechu/node-deep-extend/blob/master/package.json) is deprecated / misleading. According to the [package.json specification](https://docs.npmjs.com/files/package.json#license), an SPDX license expression 2.0 compliant license string should be provided under field `license` in a...
In explanations for certain patterns, other anti-patterns are often used. I.E. in the explanation code for the "Single var pattern", the patterns for "Function Declarations" and "Access to the Global...
If a wiki markdown file is rendered as an HTML page, the view [`seahub/wiki/views.py`](https://github.com/haiwen/seahub/blob/master/seahub/wiki/views.py) cares about translating the markdown to HTML. All headlines are collected and an outline of clickable...
When setting up two factor authentication, a QR code is shown to be scanned with TOTP device:  This is sufficient for all users that setup their token generator devices...
I guess this fixes the issue, right?
After updating to Django 5.1.1, I ran into errors using Aggregations: ```py File "/home/me/PycharmProjects/my-project/src/accounting/models.py", line 1440, in period return tuple(self.aggregate(Min("period_start"), Max("period_end")).values()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/me/PycharmProjects/my-project/.venv/lib/python3.12/site-packages/polymorphic/query.py", line 316, in aggregate self._process_aggregate_args(args, kwargs)...
When checking for whether issue #5967 is resolved yet, I stumbled across this code: https://github.com/haiwen/seahub/blob/59c0a80ed3114602ec0a50f646442d26ec948952/seahub/wiki/views.py#L61 We also used bleach on an internal project, unfortunately it is being deprecated (https://github.com/mozilla/bleach/issues/698), stating:...