Benoit R

Results 5 issues of Benoit R

**I want to request a feature.** Test description strings have somewhat a special status: I don't think they should be abstracted. But they can be repeated in different closures. Test...

I'm with Node 7. ``` { Error: Cannot find module '../build/Release/bson' at Object. (/node_modules/tingodb/node_modules/bson/ext/index.js:15:10) at Object. (/node_modules/tingodb/node_modules/bson/lib/bson/index.js:3:24) at module.exports (/node_modules/tingodb/lib/main.js:4:40) at Object. (/server.js:33:34) code: 'MODULE_NOT_FOUND' } ``` I have the...

Hi! The code ``` fmtMessages = () => { return reduceRight( this.props.messages, (acc, cur) => { const nextMessage = acc[0] cur.displayIcon = !nextMessage || nextMessage.participant.isBot !== cur.participant.isBot acc.unshift(cur) return acc...

- Make a schema with a long form and validation rules - Open the create view, enter informations that won't be valid - Click create As the error card on...

Should the `lintmigrations` command needs a database connection every time it runs? Without configs like `--applied-migrations` or `--unapplied-migrations`, the command doesn't seem to need the connection. [When manually changed](https://github.com/3YOURMIND/django-migration-linter/blob/main/src/django_migration_linter/migration_linter.py#L108) `connections[self.database]`...