Chris Howie

Results 80 comments of Chris Howie

I don't think tests are required. However, these definitions would need updating any time we make changes to our API. Do we have the manpower+discipline+expertise to keep these definitions up...

Does the same happen when using dynogels by itself? ---- Side note, this is an anti-pattern: ```js async function foo() { try { await bar(); } catch (err) { return...

@ekf3119 With dynogels or dynogels-promisified?

@QAnders @ekf3119 Can either of you reproduce this with [logging](https://github.com/clarkie/dynogels#logging) enabled and post a log?

In this particular case, I was attempting to store a date in a nested property. For example, take a look at this code using Joi: ``` 'use strict'; const Joi...

> I'm not sure that we want to convert all date strings to javascript Date objects when we retrieve them from the database. It seems like the developer's prerogative to...

My suspicion is that this has more to do with the time change than it does the month having 31 days. I would suggest taking your backups at a consistent...

Regardless of the solution, it may also be a good idea to document this and recommend that users avoid backing up between the hours of 23:00 and 01:00 UTC to...

I can imagine a simple two-step prune that has an exclusive lock for a shorter amount of time. It would still disallow some other operations (prune, rebuild-index, check) while running....

@teowoz Very nice. There's a project I've been working on, also in Rust, where I want to integrate with Dante. You might see some PRs from me soonish. :)