Mikael Finstad

Results 1482 comments of Mikael Finstad

Ohh, I think the problem with this file is that the duration is 1:02, but when playing back in VLC is see there are no more frames after 4.7sec, so...

@samuelmeuli do you need help maintaining this project? I'll volunteer

Maybe also [LosslessCut](https://github.com/mifi/lossless-cut)

My tool supports backing up and restoring groups and relations: https://github.com/mifi/cognito-backup

I'm getting the same error: ``` Module cache already has entry .../got/dist/source/index.js. This is a bug in Jest, please report it! ``` I think it's related to dynamic imports: ```...

IMO it should ideally throw an error when it cannot trash the file, because the reason why I use this library, is so that the user doesn't lose their file...

Hi! - Are you running a single instance of companion or multiple? - Are you using something in front, like a reverse proxy? - Do you see any websocket request...

Thanks. what about the websocket though? In your companion log, after this line: ``` companion: 2022-07-24T06:25:37.477Z [debug] e8274265 uploader.socket.wait waiting for socket connection ``` ...you're supposed to see: ``` companion:...

I think if we are to make our own central state management solution, we should try to make an immutable state API, like `setState((existingState) => ({...existingState, newProp: true }))`, maybe...

Some more simplifications that come to mind: - inline could default to `true` (or other sensible default), so that the users don't have to specify in the basic simple get-started...