Kris Gesling

Results 277 comments of Kris Gesling

Hey there, I can't seem to replicate this. Can I confirm how you are installing it? `git clone https://github.com/mycroftai/mycroft-core`? Did you select dev or master as the branch? Did you...

Hi there, thanks for logging this. It certainly looks like a bug. It's not something the internal team will have time to prioritize in the near future, but good to...

Hey, this is something that has bugged me as well and your proposal sounds pretty good to me personally. If a validator explicitly returned `True` (not a "truthy value"), would...

I was thinking partly about backwards compatibility because making this change will break anything that currently uses the validator function and returns a boolean, so something like: ```python return False...

Yeah I think that works - at least it does in my head. Interested if anyone else has opinions on this proposal? :+1: Hell yeah :-1: No way :bulb: I...

Hmmm - good point. Personally my first reaction is not to type cast it to a string and leave it up to the person defining the validator. This does break...

Hey there, @12people - we are very open to distributing via Flatpak also. The Snap started as a community effort and when it worked very quickly got outdated. We get...

Yeah I assume it only affects certain versions of wine and perhaps they've now moved away from the offending dependency. We added the big warning in the `dev_setup.sh` script because...

I think it might be helpful to describe the different levels in more detail, at least as I see them: 1. DEFAULT - set in mycroft-core, default for every installation...

I think what Chris was heading toward with the point about `platform` is that in the future is it worth having a portion of the configs that can't be overridden...