-
Default it to `[]` automatically so the user doesn't have to.
- Add tests in https://github.com/yetibot/yetibot.core/blob/master/test/yetibot/core/test/db/util.clj
- Create the default value here …
devth updated
5 years ago
-
Related to https://github.com/yetibot/yetibot/issues/179 and https://github.com/yetibot/yetibot/issues/714
devth updated
2 years ago
-
https://github.com/technomancy/leiningen/blob/master/doc/MANAGED_DEPS.md#lein-parent-projects
Specify:
- `yetibot/core` as a provided dep
- ```clojure
:plugins [[lein-inferv "20201020.015…
devth updated
4 years ago
-
Document existing usage plus desired features for Meetup to serve as a spec for upcoming feature.
### Meetup use cases
- I create events monthly (we have Hack Days in 4 different cities)
- chec…
devth updated
4 years ago
-
https://github.com/yetibot/yetibot/blob/master/doc
devth updated
5 years ago
-
We could also [define basic highlighting rules](https://prismjs.com/extending.html) for yetibot syntax!
devth updated
4 years ago
-
Maybe show the version of clojure itself too.
devth updated
5 years ago
-
devth updated
5 years ago
-
`help` is pretty crude currently. There are multiple issues we've tracked over the years:
- https://github.com/yetibot/yetibot/issues/220
- https://github.com/yetibot/yetibot/issues/558
Address…
devth updated
5 years ago
-
This happens intermittently due to a race condition.
Currently when Yetibot connects to the RTM stream, it 1) registers event handlers in the process, then 2) resets users using the connection info…