Manda Putra

Results 56 comments of Manda Putra

Ill work on this. nice to jad a legend of mana in list ~

How to solve this issue for now? I have seen this erros ```go type struct Me { ID uuid.UUID } ... if Me.ID != nil { // cannot convert untyped...

I solve it using pointer so it could be a `nil`

I actually trying to compress youtube video when streaming. Still no luck and the server itselft are too hot (using much ram) to process the compresion. I use [fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg) And...

Maybe the extension could be rewritten as a VPN, and then uses [this](https://github.com/barnacs/compy) as a server / create nodejs version of it. I could but for now I don't had...

@grill05 That could be done, will look at it if I had the time. I assume that we must capture `media` on `beforeRequestHandler` too. In my case, the YouTube video...

@grill05 I Just look at how the YouTube video streamed, they actually encode all the request so it its not possible even for the youtube preview haha. However for Stock...

It is compressed on me

Hi, in this test do you mean that we fetch OpenAPI spec json, and then use nock to mock all the http schema available? Do you want to persist the...

I'm also having this issue, but mine is date value with `interval: 86400000 * 4 // 4 days interval` and the data start from `03/01/2022` it first jumped on `04/01/2022`...