Filipe Laíns 🇵🇸
Filipe Laíns 🇵🇸
That is expected because this library is hijacking the type system to specify the dbus signature. > I think there's an annotation needed that tells the type checker it's not...
All that can be supported with the type system, but supporting complex types such as containers explicitly would require [PEP 646](https://www.python.org/dev/peps/pep-0646/). See https://dbus-objects.readthedocs.io/en/latest/api.html#module-dbus_objects.types. As far as containers go, there is...
I am in the discord, same nick, if you want to reply there feel free to ping me.
I opened #11121 with the first implementation, it describes the technical considerations for the implementation, and potential improvement points.
FYI, here's an explanation for shell/python hybrid entrypoint script. https://github.com/pypa/installer/pull/4#issuecomment-623668717
Even though the plugin scope will be quite broad, we should gather all the requirements in this issue, so that we can make sure all of them are addressed. cc...
Okay, there are several code paths which this plugin can impact, depending on the design. - `conda.connection.adapters` - Essentially exposes the `requests` package - `conda.connection.session.CondaSession` - Abstracts `requests.Session`, which handles...
I will reply to you later, but I should document the next steps. - To have something tangible to point to, we should have a plugin prototype that hooks into...
Humm, interesting. I wasn't planning on it but it makes sense. We can make the fetching functions optionally async, enabling those use-cases. I am currently working on the prototype that...
Just a quick update. I have opened a draft PR, #11788, with a prototype. The goal is to provide a design for the plugin data structures and extract the current...