glisignoli

Results 25 comments of glisignoli

@g4-studios, @jzhanglsw: I've push to master some changes and updated instructions. Delete whatever config.json and docker-compose.override.yml files you have, then follow the README.md

> I couldn't setup pipenv, not even with the other instructions that were in pipenv's own website :( What did you try? Are you on windows/mac/linux?

@g4-studios Looks like pipenv isn't in your path. That isn't a problem with fcreplay. I'm going to recommend that you do this under WSL or Linux. This project hasn't been...

So this doesn't seem to be possible, due to the differences between sqlalchemy and flask-sqlalchemy. This wouldn't be a huge problem except for the pagination operations that are in flask-sqlalchemy.

Because I am doing direct avi captures from the emulator the overlays are no longer captured. The only way I can resolve this is by doing the overlay myself. Ugh...

Sigh... ![image](https://user-images.githubusercontent.com/336538/131324455-91f3e31f-afc3-4ff7-a408-946a5c23e50a.png)

I'll do just by overhauling the status using python 3.7.9+ dataclasses: ``` >>> from dataclasses import dataclass >>> >>> @dataclass ... class status: ... REMOVED_JOB: str = "REMOVE_JOB" ... SOMETHING_ELSE:...

Also this.... ![image](https://user-images.githubusercontent.com/336538/133963476-6bbfed8c-ca4a-45a8-b292-530db2bea284.png)

https://github.com/videojs/video.js might be a good option