Stein Magnus Jodal

Results 39 issues of Stein Magnus Jodal

To be a good Internet citizen, python-brreg should set a `User-Agent` HTTP header along the lines of `python-brreg/1.0.0 httpx/0.26.0` on its outgoing requests.

When using JinjaX without the JS/CSS parts, and thus without the middleware, one does not really need the `whitenoise` dependency. It would be nice if the extra dependency was made...

I'm sorry I don't have the time to make a minimal reproduction, so feel free to close this if you cannot reproduce or believe the error is elsewhere. I suspect...

triage

Pre Mopidy 4, our models allowed the `uri` field to be `None`. I believe there are a lot of code in Mopidy and extensions that expect the `uri` to always...

This is a tracking issue for any changes we want to do to the models in Mopidy 4.0.

When using the newly introduced enum `mopidy.models.RefType` in mopidy-local, I realized that its name is too specific. Yes, it can be used to describe the type of a `Ref`, but...

A-models

After the introduction of subcommands in Mopidy 0.17 it would be nice to allow getting/setting config values through Mopidy's command line interface. Use cases with example syntax follows: ``` #...

We should expose the MIME types supported by our audio layer, for example by adding the new method `mopidy.core.CoreController.get_mime_types()`. This is needed to resolve mopidy/mopidy-mpris#7. Quoting the MPRIS spec on...

A-audio
A-core

After the addition of `fields.pyi` in d6968e3390a15008fa0ecda322b9454379e7ae6b, `Country.code` can now be `None`. Looking at the actual implementation in `Country.__init__()`, which accepts `code: str` and then does: ```py self.code = self.countries.alpha2(code)...