Attila Oláh

Results 18 issues of Attila Oláh

### Description When a user uses a package wich uses it's own class-transformer version the two won't share it's meta-data storage and the outer isntance wont have any meta-data. This...

type: feature

Currently `@Expose` decorator supports only flat re-naming, there were multiple requests to add support nested exposing. Example: ```ts class Example { @Expose('user.fullName') name: string = 'Test Name'; } const raw...

type: feature
flag: needs docs
flag: needs discussion

Custom decorators don't accept the `each` option. They should. Note: Changes should be reverted made in #197 after we fixed this. Created from #197.

type: fix

Dear users, maintainers, and everyone! I am sorry for the long radio silence and inactivity on the Typestack projects. I want to share with you how I am addressing the...

type: discussion

### Description Currently, the `each: true` property on decorators doesn't require the property to be an array. The check from `each: true` is opportunistic and only runs when the property...

type: fix

When running the `createParamDecorator` function, the bodyparser is not yet called on the request object, so `request.body` is undefined.

type: fix
type: feature
status: awaiting answer

> This issue aims to continue the discussion about tooling in #162. Currently there are no really good way to know what style and schemes should be followed when contributing...

type: discussion
status: awaiting answer

There is no option to escape CSS or HTML tags. Eg entering` * { float: left }` will render the whole content useless and there is no option to disable...