Anja Berens

Results 41 issues of Anja Berens

Slack allows you to annotate comments with emojis and then people vote on them. There's two possible approaches here. 1. Take that person's nick and then upvote/downvote it (based off...

plugins-karma
network-slack

Seems like if the messaging is *too* rich for the RTM api we need to fall back to chat.postMessage web api. However it seems like the token i get for...

upstream
network-slack

``` [Debug#SQL] "INSERT INTO \"votes\"(\"voted_at\",\"by_whom_name\",\"for_what_name\",\"amount\") VALUES(?,?,?,?)" [PersistUTCTime 2015-06-29 21:47:43.445417 UTC,PersistText "PBERENS",PersistText "a",PersistInt64 1] @(persistent-2.1.1:Database.Persist.Sql.Raw ./Database/Persist/Sql/Raw.hs:55:18) karmator: user error (SQLite3 returned ErrorBusy while attempting to perform step.) ``` Basically a good...

bug
core-feature

This is a database that attempts to track nickname changes and so forth so it can assocate various nicknames with the same person. There's some tricky issues such as people...

plugins-feature
network-irc

Right now we are a bit on the weak side suite-wise. It would be a good idea to see what kind of test framework there is to bring together some...

design

Reimplement the web-server part of karmator. In interest of getting this release out reasonably soon I'm going to focus on just the karmator part in IRC then dealing with the...

plugins-karma
plugins-feature

https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/listener_filters

core-feature

Basically it would also be nice to be able to emit timed messaging so having some form of crontab events would be really nice.

core-feature

This is probably going to be hand-crafted for now but would be nice to eventually get plugins to integrate.

plugins-feature

https://api.slack.com/docs/rate-limits

network-slack