Erich Beyrent
Erich Beyrent
I'm currently unable to get this to work: `$("input[type=checkbox]").switchButton({ checked: false, on_label: "Reviewers and Document Owners", off_label: "Reviewers" });` The errors I'm seeing in Chrome are: ` ui.core.js:111 Uncaught TypeError:...
I can't see a way in this library to reject a message in the callback upon some error condition so that RabbitMQ will retry the message. Am I missing something,...
I am running mongo 2.4.8, and with the latest code from this repo, I get a key error when running the mongo_lock plugin: $ ./mongo_lock Traceback (most recent call last):...
### Problem/Motivation As a front-end developer, I want to be able to show a list of all groups a given user has a membership in. With jsonapi, that's fairly trivial:...
I'm slightly baffled by what's happening with my code. I have a number of message queues, and each queue specifies how many workers should be created to process it. Based...