jonaro00
jonaro00
I fixed some things I found in AlphaTexImporter. ## List of changes - Corrected the error message logic: SymbolErrors previously only printed the value 'null' as found. - Before: `MalFormed...
### Issues Fixes #875 ### Proposed changes Adds the ability to specify minor keys in alphaTab. Major keys can also be explicitly stated. ### Checklist - [x] I consent that...
### Issues Implements #505 ### Proposed changes Added the brush parsing to alphaTex. The current approach for default values is to ensure that brushes don't play too slow, and letting...
In [shuttle-examples](https://github.com/shuttle-hq/shuttle-examples), the CI workflow for main and develop is the same. When breaking changes are made on the develop branch, the CI checks will fail since they run against...
## Description of change - bump trunk - move c-s readme docs to docs site - reduce runtime dependency weight by refactoring proto and cargo features - fix bug where...
## Description of change - Make deployer always start its last running deploy on startup (restart / wakeup) instead of waiting for gateway's request for doing it manually - Save...
### Describe the improvement The current install scripts, `install.sh` and `install.ps1`, currently start by trying to install a `cargo-shuttle` binary. Only if a binary was not downloaded do they check...
[This tutorial](https://docs.shuttle.rs/templates/tutorials/discord-weather-forecast) ([source](https://github.com/shuttle-hq/shuttle-docs/blob/main/templates/tutorials/discord-weather-forecast.mdx)) is outdated and we also want a copy of it in shuttle-examples. We would love if someone could: - Follow the tutorial to build the bot -...
Currently, the `logs` command has a `--raw` flag that disables the printing of timestamps and origins of log lines: https://github.com/shuttle-hq/shuttle/blob/c5f2caf037eb5ce05dda80dcd01ba8618319d3be/cargo-shuttle/src/lib.rs#L815-L821 The suggestion is to add this to the local run...
A blob storage integration such as AWS S3 would make it easy to store many and/or large files via Shuttle apps. This would have a Free tier limit and then...