Attila Oláh

Results 18 issues of Attila Oláh

I have tried to create a bulk insert and struggled more hours than I willing to admit to understand why I am receiving the following error on every attempt: ```...

feature request

# PLEASE READ THE WHOLE DESCRIPTION Hey there! You probably get there because you see a warning in your routing-controller project what uses Koa as a driver. The reason for...

type: discussion

### Description The typing for global shortcut handlers is incorrect. The destructured parameter list contains the `say` and `respond` methods, but they are undefined during runtime. Those functions being undefined...

bug
TypeScript-specific

### Description When a TypeDI resolves cyclic but otherwise known parameter dependencies it will silently inject undefined in the constructor and assign the proper value to the property later after...

type: fix

### Description This task aims at rethinking and rewriting how container inheritance and dependency lookup works between containers. This task should include rework or implementation of the following features -...

type: feature

### Description This issue describes a list of various updates to the documentation. #### General - [ ] explain that injection only happens when class created via `Container.get` - [...

type: feature
flag: needs docs

### Description The error handling usually more complex than just replying with an error that happened to every invalid scenario. The `@EmitOnFail` decorator should support defining different messages to emit...

type: feature

### Description By design, `class-transformer` doesn't alter the value of properties when transforming an object into a class, but simply copies them over. However, there is an option (`enableImplicitConversion`) to...

type: feature

### Description > Note: Requested by @slavafomin, this issue is created from #57. Users should be able to allow defining different groups for plainToClass and classToPlain. Example: ```ts @Exclude() class...

type: feature

### Description There had been multiple requests about allowing awaiting promises during transformation. This issue is the tracking issue for the feature. ### Proposed solution Our API is currently sync...

type: feature
flag: needs discussion