Wesley Reid

Results 4 issues of Wesley Reid

` rocketChatClient.authentication.login('username', 'password', function(err, body) { if(err) console.log(err); else console.log(body); //BAD REQUEST rocketChatClient.channels.history('roomIdNumber', {}, function(err, body) { if(err) console.log(err); else console.log(body); }); }); ` Maybe I'm doing this wrong? Login...

Apologies for the unusual title. I have a list of ~160 sub-lists, I set a main bar to track the process of iteration over the master list, and then a...

At seemingly random intervals Meteor will suddenly log itself out thus breaking the entire script: ` { isClientSafe: true, error: 'too-many-requests', reason: 'Error, too many requests. Please slow down. You...

Please add support for custom uri designation for importing compressed manuals or enable a proper override in the default URI labeling behaviors. I have followed: https://docs.marklogic.com/guide/mlcp-guide/en/importing-content-into-marklogic-server/controlling-database-uris-during-ingestion/transforming-the-default-uri.html Various configurations do not...

bug
mlcp
minor
new