ChanceNCounter

Results 215 comments of ChanceNCounter

One reason to choose this lib over the more "featureful" lib is that I don't need those features, but I *do* need to avoid the LGPL, the applicability of which...

I think it's `/usr/share/mycroft-core` where you're encountering the permissions problem.

I'm torn as to whether `None` is necessary. On the one hand, it's a natural and useful distinction. On the other hand, in a confirmation prompt, aren't "No" and "Cancel"...

`None` could identify a number of things, but I think they all constitute a "cancel" condition in a confirmation prompt.

Are system installs desirable? I'm really asking, not being sarcastic. Makes me nervous.

`/opt` is a system-wide (edit: skill) install, but other bits aren't always. I'm more wondering how this would affect, for example, user-level config.

If I log out of my system, log in as a different user, and restart Mycroft, what do I encounter? Is the device paired to the same account? Does it...

Under the current model, most of a given Mycroft build lives where it lives. `/opt/mycroft` is largely an exception, and XDG compliance only changes that to a certain extent, given...

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 than...

@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.