Jake Howard
Jake Howard
When authenticating using a password, key file and YubiKey, the vault opens properly. However, when the vault is locked, the type reverts back to either "Password only" or "Password +...
This fixes the rendering on pypi.org, which currently doesn't attempt to parse it as markdown, thinking it's just plain text. See https://pypi.org/project/fuckit/ for the issue
Given there's a Dockerfile in the repo, it'd be great if it could be published to Dockerhub. That way it could be tested easily without relying on building it myself...
It's not necessary to have a custom install script, we can just commit the files with the right permissions in the first pace. When python copies / installs the files,...
It's very useful to have not just a small wagtail site to work with, but potentially large scales of data. This script can automatically create data, to allow for more...
Model set up: ```python @register_snippet class MyTag(TagBase): free_tagging = False class Meta: ordering = ['name'] class MyRelation(ItemBase): tag = models.ForeignKey(MyTag, on_delete=models.CASCADE) content_object = ParentalKey(to='app.MyPage', on_delete=models.CASCADE) class MyPage(Page): my_field = ClusterTaggableManager(through=MyRelation,...
To be merged alongside https://github.com/plausible/analytics/pull/1892 This updates the installation documentation to no longer mention that the admin user is created during setup. It also stops mentioning the removal of the...
Entrypoint script changed in https://github.com/plausible/analytics/pull/1892/, don't merge until that's released.
For people that use platforms with dark coloured notification bars, we need an option to switch the colour of the idle tray icon to something lighter, so its actually visible.
Are they Awesome? Yes! Are they WireGuard? No.