Mark Waid Jr
Mark Waid Jr
> I removed pulseaudio from `dev_setup.sh` and I could install Mycroft and it works out-of-the-box with pipewire. Note that I'm on Archlinux, but should work fine with other distros as...
> imo, yes, but since `dev_setup` already works its way through each package manager, I think it might be better to ask the package manager if pulse is present, rather...
Got it written for Debian/Ubuntu just have to write it for the rest of them: ``` function debian_install() { # Check that pulse audio isn't already installed if dpkg -V...
Also it looks like `gentoo_install()` and `alpine_install()` don't install pulse. I think I'm ready for review/pull request. I have never contributed to a project of this scale so please bear...
> Hey @CodeCanna, thanks for taking on the challenge and contributing to open source :) Thank you so much! This project in particular makes me very excited, especially how far...
> @CodeCanna I suggest simplifying it by appending the appropriate package to the list of deps, rather than duplicating it, but that would require a little reworking. So something like...
Good to see its not a me problem, I was going crazy with this. I get 4 as the result of `WiFi.status()` when I purposefully enter the wrong password, simply...
I'm still new at this, am I pushing the correctly on here?