-
I'm trying out vim-iced on my project, using https://github.com/yetibot/yetibot.core/blob/master/test/yetibot/core/test/commands/render.clj as an example test.
I'm using the default key mappings.
…
devth updated
5 years ago
-
Related to https://github.com/yetibot/yetibot/issues/784
devth updated
5 years ago
-
As @jcorrado mentioned in https://github.com/yetibot/yetibot/issues/594 [WU is ending free service](https://apicommunity.wunderground.com/weatherapi/topics/end-of-service-for-the-weather-underground-a…
devth updated
5 years ago
-
https://public.yetibot.com/cron
Probably because there are no crons.
devth updated
5 years ago
-
-
```
:cop: java.lang.ClassCastException: clojure.lang.PersistentList cannot be cast to clojure.lang.IFn :cop:
```
devth updated
5 years ago
-
e.g. when a user reacts to a message (possible with a match for which emoji was used) Yetibot would run that message through a command.
devth updated
5 years ago
-
With core.async at https://github.com/devth/yetibot.core/blob/observe/src/yetibot/core/handler.clj#L36
-
-
Probably called `command-execution-info`, which will return data including:
1. which command and sub-command it matched
1. the `match` arg containing regex groups to help test regex correctness
1…
devth updated
6 years ago