MatejSkrbis

Results 6 comments of MatejSkrbis

You can try something like this: ```typescript class Foo { static sayHello(): void { console.log('hello') } } const mockFoo = mock(Foo); mockFoo.sayHello(); // no more error ``` This is how...

@SatoshiKawabata > @MatejSkrbis > I tried [your code](https://github.com/NagRock/ts-mockito/issues/61#issuecomment-691920859) and use `when`. > > ```js > const mockFoo = mock(Foo); > mockFoo.sayHello(); // no more error > when(mockFoo.sayHello()); > ``` >...

@leegee This library is no longer maintained. I like it but there are no updates from the author and he didn't give access to anyone else to update the documentation...

It seems this library is not compatible with **ffmpeg-static** v5. I am using **ffmpeg-static** 4.4.0 and when I tried to upgrade to 5.1.0, the image with 0 byte length was...

I currently cannot reproduce this issue and old logs were overwritten by new ones. 😕 It was probably some rare state that it got into.

It happened again with some additional problems. My co-worker added issue with logs attached. https://github.com/Azure/service-fabric-issues/issues/1284