Mark Birbeck
Mark Birbeck
I'm using `browserify` to create a single JS file, rather than using `script` tags. Unless I've missed some piece of trickery, I have to place the `elastic.js` object onto the...
For some reason if an options object like this is submitted: ```json { "method":"POST", "path":"/v1.37/containers/...blah.../attach", "options":{ "_body":{}, "_query":{ "logs":"true", "stream":"true", "stdin":"false", "stdout":"true", "stderr":"true" } }, "statusCodes":{"101":true,"200":true,"400":true,"404":true,"500":true}, "isStream":true } ``` the...
I have a query like this: ``` q = query.boost_relevancy(boost1, field1__lte=1000000).\ boost_relevancy(boost2, field2__lte=10) ``` However, an exception is thrown saying that the fields don't exist in the schema. This is...
This should of course be configurable, and could even be based on whether there is any user activity, i.e., if there has been no user activity for a certain amount...
Allow the user to configure notifications to be sent to Growl.
The prompt is used to mark the end of the buffer and so track the insertion point. If a user deletes any part of the prompt then the console will...
When the user types `@` the Sublime Text autocomplete architecture should kick into action with a list of other people that are in the chat room.