Anja Berens

Results 29 comments of Anja Berens

4. Allow for pile-on effect. In which when a string gets karma'd (ie foobar++) the karmator can then notify and add a + and - emoji to the statement, then...

+$0.02 for pile-on is for +1 is good, avoid for -1s So for emoji should add ie a +1 to the karma'd value, then let people pile on with that,...

One suggestion to handle the negative pileon, is to inc the karma everytime someone +1's the karma'd value, then whenever folks downvote it (-1's) it will add a thread to...

My current conclusion right now after some round discussion is that there can be some not desired knockon effects; particularly around the pile on effect, there can be several ways...

Soon to be implemented, the new bot makes this much easier

Super primitive version was implemented for the channel plugin via increasing series of delays, and then the bot spawning a thread for each delay value to sleep for x seconds...

This is the last python thing unimplemented, the graph + karma api. ``` Python @interaction def all_counts_graph(session, table, sortkey): counts = all_counts(session, table) from matplotlib.pyplot import figure fig = figure()...

Instead of a webserver maybe worth to upload a file into slack with a graph rendered.

I am not for sure if this is a correct ticket for this report as well but I got more "crappy" html to support. ``` let fail = run True...