You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I want to contribute in the project but I had a lot of trouble to build the api. I think the project need a README that describe how to build and up the project. The points I was by myself are:
Build the cargo of rust
Installing the scyllaDB
Build the keyspace of twitch
I thought about writing the installation but I got stuck on this error:
thread 'main' panicked at src/main.rs:30:84:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
The text was updated successfully, but these errors were encountered:
…workers (#6)
## Summary
This PR introduces improvements aimed at enhancing the developer
experience (DX):
- **Makefile**: Improved for better usability with clearer and more
understandable commands.
- **Docker Compose Setup**: Added to streamline the development
environment setup, though the database is not included directly in this
setup. Instead, the database configuration is managed by a separate
project [ws-scylla](https://github.com/gvieira18/ws-scylla).
- **Max Workers**: Introduced the ability to specify the maximum number
of workers. If `MAX_WORKERS` is not provided, it defaults to using all
available cores.
- **Additional Improvements**:
- Added **EditorConfig** for consistent code formatting.
- Simplified versioning by removing `current_schema`, reducing the
annoyance of unnecessary updates every time `make migrate` is run.
> [!NOTE]
> A README about how to set up the system is pending and will be done
later. This could be expanded to cover other services as well.
- basementdevs/twitch-better-profile#54
Hi guys, I want to contribute in the project but I had a lot of trouble to build the api. I think the project need a README that describe how to build and up the project. The points I was by myself are:
I thought about writing the installation but I got stuck on this error:
The text was updated successfully, but these errors were encountered: