core icon indicating copy to clipboard operation
core copied to clipboard

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins

Results 21 core issues
Sort by recently updated
recently updated
newest added

if I set the env var to YB (in uppercase) - it does NOT pick up the YB_* env. variables - and hence everything fails.. That seems a bit odd...

super low priority -- buuuuut, have to throw it out there as a developer (i guess even a user if i wanted to run this locally), i would like to...

I updated to latest helm chart (v1.0.54) - appversion: 20210504.191238.645270c and still get these ``` WARNING: read already refers to: #'clojure.core/read in namespace: wordnik.core, being replaced by: #'clojure.data.json/read WARNING: Inst...

Running in docker (on kuberntes 1.20.0) - starting outputs a clojail error. using helm chart 1.0.54 to roll out - and with these env settings: YB_ADAPTERS_MYMATTERMOST_HOST: "chat.obmondo.com" YB_ADAPTERS_MYMATTERMOST_SECURE: "true" YB_ADAPTERS_MYMATTERMOST_TYPE:...

A (crazy) idea popped into my mind while thinking about the way we interact with _Yetibot_ from the main channel. I did not have the time to dive into the...

enhancement
question

Currently `-v` and `-C` are separate commands: ``` !hep grep grep # filters the items in by grep -C # filter items in by and include items before and after...

as a YB dev, i would like the ability to code multi-step dialogs, so that my users can interact with YB in a "deeper" manner .. right now, my user...

## Todo - [ ] Config defaults https://github.com/yetibot/yetibot/issues/1017 - [ ] Support overriding any config using channel settings or user-specific settings - [ ] Write the corresponding "Channel as context"...

From narrowest to widest: - my - channel - adapter - global Make each one of these a command to get/set mutable config from the db. None of them have...

Currently we can `chat-data-structure` but this kinda smells. Instead we could return a go channel that any background processes could `put` on. The command handling pipeline would `take` values from...

quite-fun ⚡️