Maxime Aubry

Results 6 comments of Maxime Aubry

I Have the same issue. Unable to start debugger with Bun and NestJS.

Mapper works if i add type on properties. for example : ``` Typescript import { AutoMap } from '@automapper/classes'; export class TransformationAuditGetAllResponseState { @AutoMap(() => String) id!: string; @AutoMap(() =>...

Hello. I have the same issue with Bun 1.1.29 and Docker on WSL. ``` Powerhell auth-1 | [Nest] 8 - 10/09/2024, 7:16:44 AM ERROR [Server] Connection to transport failed. Trying...

> By leveraging the [`readable-stream`](https://github.com/nodejs/readable-stream) package and using `bun patch`, I was able to have [@cressie176](https://github.com/cressie176)'s repository working. Working example in [mathieu-bour/amqplib-764](https://github.com/mathieu-bour/amqplib-764). The following commands now pass: > > ```...

Cannot find module 'linq-to-typescript' from 'src/indirectTime/redux/slices/clientSelectionSlice/service.ts' Require stack: src/indirectTime/redux/slices/clientSelectionSlice/service.ts src/indirectTime/redux/slices/clientSelectionSlice/index.ts src/indirectTime/redux/reducers/index.ts src/indirectTime/redux/store/index.ts src/indirectTime/__test__/redux/index.tsx src/indirectTime/__test__/components/common/TimesheetColumnMapper/component.test.tsx > 1 | import { from } from 'linq-to-typescript'; | ^ 2 | import { ClientHierarchyClientState...