Results 19 comments of Jesus

Any ETA on this? Would be nice to have this implemented guys

Facing this right now. I think the plugin does not work on the latest node release. @emalherbi can you provide the node version of every machine you tested?

I don't have windows to test. In mac, up to 9.x works fine. I will stick to that version as this plugin is heavily used in my workflow. I don't...

Getting the same messages here

There are some forks that support type orm >0.3.x out there. Most of them have some problems that make then not production ready. Is this something that is going to...

@jimjaeger what did you end up doing to avoid duplicate queries?

Isn't this better to be handled at controller level? Something like this should work: ```ts @CrudAuth({ property: 'user', filter: (user: JwtUserInterface) => ({ tenantId: user.tenantId }) }) @Controller('uploads') @ApiTags('Uploads') export...

Seems that starting the dev server with ```GENERATE_SOURCEMAP=false```works, but anyway... anyone else is experiencing this issue? ``` "start": "GENERATE_SOURCEMAP=false react-scripts start", ```

I'd like to help with the Spanish translation. How can I get enrolled?

Setting display to blog or inline-block solved my issue too [class*="foundicon-"] { display: inline; width: auto; height: auto; line-height: inherit; vertical-align: baseline; background-image: none; background-position: 0 0; background-repeat: repeat; display:...