Héricles Emanuel

Results 23 issues of 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...

good first issue
code quality

### 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...

enhancement
hacktoberfest
discussion
blocked

### 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...

documentation
hacktoberfest

### 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...

enhancement
hacktoberfest
code quality

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.

enhancement
hacktoberfest

**Describe the solution you'd like** Create buttons to download or upload a file to the env.

enhancement
hacktoberfest
UI

>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....

enhancement

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

code quality

#### 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 - [...

enhancement
hacktoberfest
discussion
EPIC
blocked

### 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...

enhancement
good first issue
code quality