Hugo
Hugo
`dbus-broker` exposes an API for the dbus controller to register the main listener socket: https://github.com/bus1/dbus-broker/blob/83d0772624768bb9f4b0ce1010025fb268cf9789/docs/dbus-broker.rst?plain=1#L149-L158 This takes a `policy` argument, which, AFAIK, declare restrictions as to which buses can be...
Oh, true. Can you move the issue for me (I think as the owner you have permissions, right?).
> Others seem to agree that the metadata map is useful and we should standardize the keys as a separate xdg spec so we can share them with the wayland-security...
Can we just add the `rustfmt` package to the `apk add` line? It's only 5MB, while saving 500MB.
`pkg_resources` is used to read the current package version. We should probably write the version into a file at build time instead with something like: ```toml [build-system] requires = ["setuptools>=45",...
I'd like to see if this fixes the issues mentioned in https://github.com/sphinx-doc/sphinxcontrib-django/pull/58#issuecomment-1736156596
Building docs fails with: ``` /home/docs/checkouts/readthedocs.org/user_builds/sphinxcontrib-django/envs/61/lib/python3.11/site-packages/sphinxcontrib_django/docstrings/attributes.py:docstring of sphinxcontrib_django.docstrings.attributes.get_field_details:1: WARNING: py:class reference target not found: django.db.models.fields.Field ``` I think that this means that the class `django.db.models.fields.Field` isn't documented so a link...
> I'm not sure about this, but maybe the monkeypatch gets bypassed if the module is imported directly from its source? I don't think this code ever gets executed when...
> Do you know a tool to automatically convert the :type my_argument: str docstrings to the def func(my_argument: str) syntax? Or did you do this manually in your PRs? I...
Apparently CI failed because codecov was down.