Héricles Emanuel
Héricles Emanuel
#### Description Importing a module using `import *` may unintentionally pollute the global namespace if the module does not define `__all__` > _When you import a module using from xxx...
### Description As mentioned in #14, we want to share a session with other clients. For that, we could have some operation modes: - **Host** - user hosting the stream...
### Description We have no other documentation than how to run the app. We need to create docs for: - How to run the app - CLI Arguments (when running...
### Description Actually both WS/HTTP endpoints are in the same file. There's no logical split in the python files and it can be difficult to read/understand the code. **A possible...
Why: - Socket.io is basically dead. - You get a lot of control by doing a native Websocket solution. - Websockets have an active community and good documentation.
**Describe the solution you'd like** Create buttons to download or upload a file to the env.
>Also, you bring up a good point that I have been thinking about. The mechanism of socket triggering on every button is really slowing down the input of the user....
The coverage badge is unknown. After migrating to Github's actions, coveralls is no longer being used. This can be resolved with https://github.com/marketplace/actions/coveralls-github-action
#### Description Cast the session with read-only permissions and create a button that generates a link to view the broadcast #### Files - [app.js](https://github.com/hericlesme/cast-sh/blob/master/cast/app.js) - [app.py](https://github.com/hericlesme/cast-sh/blob/master/cast/app.py) #### Tasks - [...
### Description We currently have two apps on this repo. - The client, where the user inputs the commands that will be sent to the server to execute. - The...