Artem Derevnjuk

Results 17 issues of Artem Derevnjuk

## Information | Type | Breaking change | | --------------------- | --------------- | | Feat | No | ## Usage example You can specify the table used in the `FROM`...

**Description** As a user, I would like to have the ability to change/add `FROM` clause in which the entity's table select/update/delete will be executed. **Motivation** For example, implementing the seek...

enhancement

**Description** As a user, I would like to have the ability to configure multiple ORMs in a single config file, to switch between them while generating entities, running migrations, etc....

enhancement
help wanted

**Describe the bug** The `EntityManager.createQueryBuilder()` provides the ability to pass an alias for the table name via the second parameter: ```ts await this.em .createQueryBuilder(User, 'u') .delete({ 'u.createdAt': { $lt: new...

**Description** When trying to use nested properties in a `QueryBuilder.select()` to retrieve a single or all embedded fields at once, `QueryBuilder` throws an error: **Stack trace** ``` TypeError: Cannot read...

## Informations As a user, I would like to use the empty constructor `new Foo()`, to avoid registering `noop` dependencies if they are not required. The new parameter decorator can...

:sparkles: enhancement
hacktoberfest
pinned

Provide the ability to resolve all instances registered against a given token with `injector.getAll()`. ## Goals This feature lets to simplify the dependency management while working on multiple implementations of...

:sparkles: enhancement
pinned

Firefox is still implementing the DevTools protocol. I hope guys will fix the shortcomings soon. You can follow updates by the link: https://bugzilla.mozilla.org/buglist.cgi?product=Remote%20Protocol&component=Network&bug_status=__open__

Type: bug
Priority: low

Cypress doesn't support Firefox yet https://github.com/cypress-io/cypress/issues/1096 https://bugzilla.mozilla.org/show_bug.cgi?id=1605512

Type: enhancement
Priority: low

Allow the end-user to set up hooks in one step to avoid to define them in every single one of your spec files.

Type: enhancement