Tomas Rimkus
Tomas Rimkus
If "draggable-points" plugin is compatible with HighCharts 6, then yes, you should be able to use it. Install the plugin with npm or yarn. `npm i highcharts-draggable-points` Then in your...
@RyanDawkins can you share more details about what exactly is not working?
@sean-perkins can you also incorporate PR #25502 in 6.3? I think it's been more than enough time for people to try it out.
You can use TypeORM [column transformer](https://github.com/typeorm/typeorm/blob/master/docs/entities.md#column-options): `transformer: { from(value: DatabaseType): EntityType, to(value: EntityType): DatabaseType }` or maybe just `timestamp` column type?
@jimjaeger take a look at the following example project I made. I use Fastify instead of Express but it should be almost the same. - [OwnedByUserGuard](https://github.com/hakimio/dx-akita/blob/master/apps/api/src/shared/guards/owned-by-user.guard.ts#L6) - [Guard usage in...
@Jtosbornex Since @zMotivat0r just recently joined ["Trilon"](https://www.linkedin.com/company/trilon/people/) (the company behind NestJS) and there is a lot of interest in the library from the community, I think it's quite possible of...
@zMotivat0r what do you think about the idea of making this library part of NestJS organization (if @kamilmysliwiec accepts)?
@zMotivat0r mixin idea theoretically seems really good, but in practice there seems to be [some issues implementing it](https://github.com/nestjsx/crud/issues/209#issuecomment-582278227). If those could be solved, I would love to use mixin approach...
BTW, it might make sense to make @Diluka collaborator of this repository since he contributed a lot of code already.
@tarekbazine @rewiko as mentioned above doesn't have permissions to create new releases.