Nicolás de Ory

Results 13 comments of Nicolás de Ory

@fishcharlie An example from the [mongoose documentation](https://mongoosejs.com/docs/validation.html#validation-errors): ```typescript toy.save(function(err) { // `err` is a ValidationError object // `err.errors.color` is a ValidatorError object assert.equal(err.errors.color.message, 'Color `Green` not valid'); assert.equal(err.errors.color.kind, 'Invalid color');...

Related to #903. You can download the resource pack there to fix it.

It's currently in progress 👍

I could not reproduce the issue. When are the animations delayed?

It's a planned feature

I added the logs generated by `-loglevel trace`

Will try that. On another note, I'm unfamiliar with the build workflow with Make. Is there any way to clean a build, or rebuild after changing the makefile? If I...

Reverting to that commit did the trick.

Try using the ultrafast preset, and small files if possible.