Results 6 comments of Tony Nguyen

Having the same issue. My code is ```ts const readAsArrayBuffer = (blob: Blob) => { return new Promise(resolve => { const reader = new FileReader() reader.readAsArrayBuffer(blob) reader.onloadend = () =>...

Hi @Paratron , I am new to Github contribution, I want to kick off with this for the first one, I found that updating regex can solve it. ``` new...

@thijstriemstra Without `timeSlice`, this issue is gone, but there is another issue occur is ` player.on("timestamp"....)` is not executed.

Hi @mrbrunelli Is it possible to use `@Transform` for String, Number or Boolean? There are some use cases I need to user `@Transform` such as: Trim lowercase email ``` class...

Previously we can omit `@Type(() => String)` But I realised that it case this issue, we need to add `@Type(() => String)` when ever we use `@Transform` with `plainToClass` to...

We are got this issue too, it does not break anything but it's annoying especially when we use error tracking tool, this error is captured a lot. Hope this can...