-
Hi,
At the moment, if I want to set an agent cookie state using YAML, I must use the cookie_jar.save_as and cookie_jar.load from a hard disk cookie file.
I would like to do it using a memory variable…
-
I just got this error message when running my bot on Cloud9.
Trace:
at Bot.EventEmitter.addListener (events.js:168:15)
at Object. (/var/lib/stickshift/51d1c5aa5973cae5750000b5/app-root/data/544956/…
ghost updated
11 years ago
-
According to Cloud 9, the memory leak for Event Emitter is found in this code:
``` javascript
var randomItem = function (list) {
return list[Math.floor(Math.random() * list.length)];
};
var botu…
ghost updated
11 years ago
-
How can I make my bot know that I am his admin/master.
ghost updated
11 years ago
-
Here's a idea for Chillybot. I think you should make it talk in the chat box when you mention its name.
Code Block for the idea:
``` javascript
//Phrase Database
bot.on('speak', function (data)
{
…
ghost updated
11 years ago
-
I've been playing with simulating images and then reading them in to do other operations (as a test for some of the deconvolution of real HST images we'll have to do for GREAT3), and I found an oddity…
-
I don't think there are many places where we use angles in the code, but one place is SBRotate, and then also the GSObject Rotate. In the unit tests for these (in `test_SBProflle.py`), there is the l…
-
We've made good progress prototyping our configuration files using the AttributeDict class on other issues (#101, #103), but eventually we'll probably want to use something that makes it easier to cat…