Birger Schacht

Results 16 comments of Birger Schacht

Hi, i have the same problem- i based my code on the instructions on [supplying a partial configuration](http://errbot.io/en/latest/user_guide/plugin_development/configuration.html#supplying-partial-configuration): ``` @botcmd def foo_addchannel(self, message, args): """ add a channel to the...

> I think this is related to #910. What kind of storage are you guys using? I'm using the default, which is STORAGE = 'Shelf'

> @bschacht Could you please check what `$ errbot --storage-get ` returns under the same test context? hm, it returns `{'URLLIST': {}}`; URLLIST was a config setting i used during...

> hm, it returns {'URLLIST': {}} Ah, now that @zaughon mentioned the persistent storage, i must admit that i was mistaken- the `URLLIST` in my case is indeed a persistent...

> What about running `errbot --storage-get core`? `{'bl_plugins': ['HelloWorld', 'Flows', 'UrlCheck', 'VersionChecker'], 'configs': {'Foo': {'CHANNELLIST': {'[email protected]', '[email protected]'}}}}` (i had added ch1 and ch1 using the `!plugin config Foo` command) >...

> Interesting. Is `ImplicitDevicePolicy` evaluated at all when `PresentDevicePolicy` is used? There is no `ImplicityDevicePolicy`, i guess you mean `ImplicitPolicyTarget`? Its not evaluated, as far as I can say from...

> Which version of scdoc do you have? 1.8.1

First of all: thanks a lot for Tusky, I am using it for years and I like it! I have the same problem and I am wondering if I am...

Well, I guess what you actually want is the using any executable in the widget, not limited to python? As long as the widget knows how to handle the output,...

Hm, I was thinking of the overhead of maintaining two files with the same content in the repository - at some point a contributor might not realize that one format...