Marcus Furlong

Results 150 comments of Marcus Furlong

The unicode symbols sound like a great idea - I'd be happy to consider a PR for that against the latest branch.

Can you share the Oracle repo URLs?

Is there any error in the webserver logs?

My local uncommitted fix for this was ``` $ git diff modules/ diff --git a/modules/models.py b/modules/models.py index 931a41c..e1f8071 100644 --- a/modules/models.py +++ b/modules/models.py @@ -35,7 +35,7 @@ class Module(models.Model): class...

v4 will be released for trixie, hopefully sometime soon! There are a few bits and pieces still to fix up. Also noted that it looks like a new key will...

New key added for trixie, updated installation instructions are in `p4-install` branch. Packages for trixie are pending some final v4 fixes.

I am testing a new key at the moment. The new key is with the old key at https://repo.openbytes.ie/openbytes-1.gpg For patchman 4.x packages/repos, I will use this key for signing.

I believe we lowercase package names because the packages can be upper or lower cased depending on the distro. Does this cause an issue?

I switched from django-tagging to django-taggit as the former is unmaintained: https://github.com/Fantomas42/django-tagging/pull/23 I spent some time trying to migrate tags but it was quite involved. I reasoned that machines would...

Some fixes for tagging were applied to the `main` branch, can you see if they resolve your issue?