Youri Tolstoy

Results 6 issues of Youri Tolstoy

I'm unsure to understand why the `err` serializer option only works with an `err` key and not with all passed errors. I would expect `logger.info(ReferenceError('test'))` to also use the optional...

Gave a try to oboe, I must say it's really useful, hence thanks for the good work! A little remark I must make though (otherwise there is no fun in...

Hi, Thanks for your work! Just having an issue with your implementation because in my case I'm working with 21k+ elements in the table and therefore your PriorityQueue implementation (which...

Great job, it's a nice wrapper :) I was just wondering how do you pass an array with the cli? For example the call on `./ovh-eu cloud project PROJECT_ID instance...

In the dashboard you referenced, I noticed that the oplog lag was based on `mongodb_replset_oplog_head_timestamp` but IMO it should use use the tail counterpart `mongodb_replset_oplog_tail_timestamp` no? The head according to...

question

Slack has changed incoming webhooks URL's, therefore, I would replace: ``` javascript url = 'https://' + options.domain + '.slack.com/services/hooks/incoming-webhook?token=' + options.token, ``` by ``` javascript url = options.endpoint ? options.endpoint...