Mark Blakeney
Mark Blakeney
@glenn20 , I knew little about ESPNow until I saw that big commit come though in MP a couple of days ago. I have to say that I am often...
Actually, I can't try it out (I always write async code) because it looks like it has not been completely merged yet, e.g.: ``` >>> import espnow >>> import aioespnow...
@glenn20, where best should I suggest improvements to the docs, or make comments about usage? Here, or in MP discussion thread, or discord, etc?
I use discord but it is too chaotic and ephemeral to bother posting anything substantive. If I raise an issue then shouldn't it be within the main MP repo given...
I don't understand why this discussion assumes we need a `--global` option? Surely `sudo pipx install cowsay` should just install to the appropriate system directories? (It should keep private root...
@alextremblay I was actually surprised it didn't work like this! I tried it and found it installed to `/root/.local/bin/cowsay` which seems non-sensical to me so I went looking and found...
I created [`pipxx`](https://github.com/bulletmark/pipxx) as a proof of concept and demonstration for what I am suggesting. It adds automatic root/global install as discussed here, and an enhanced `list` command output. Just...
> Maybe we should even block `sudo pipx install` to avoid the confusion (but still allow running `pipx install` as root, of course) Frankly, this statement horrifies me. That would...
@uranusjr after writing those rules out don't they seem convoluted, and certainly redundant? Compared to simply: ```bash # Install for my user personally: $ pipx install cowsay # Or, install...
Another good example of this bug is seen today. Current Arch Python 3.11 on Arch is 156 days "out of date" since 3.12 was released on 2023-10-02. However, maintainer just...