ElectrifyPro
ElectrifyPro
I have a .txt file that has a section in the middle with this format (the list is 30-ish entries long): ``` ... 10. Title 10 • example • example...
**Describe the bug** On the nightly 2022-12-16 version of MuseScore 4, 16th grace notes (or any grace note type that I tested) can overlap with tempo markings and accidentals on...
This is a project to add documentation to all of `cairo`'s public types. I'm pulling most of the documentation from the [C reference](https://www.cairographics.org/manual/), and adding examples where needed. Closes #1187.
Currently, the documentation for the `cairo` crate is unfortunately quite empty compared to the other core crates in this repository, and there isn't any information or clear entry point (apart...
### Bug Description I have this function in my code: ```rs pub async fn fetch_post(&self, id: Option) -> Option { let query = match id { Some(id) => sqlx::query("SELECT id,...
The test `parser::tests::literal_radix_with_nonword_tokens`, shown below, currently fails with the following diff: ```rust #[test] fn literal_radix_with_nonword_tokens() { let mut parser = Parser::new("64'++/+//"); let expr = parser.try_parse_full::().unwrap(); assert_eq!(expr, Expr::Literal(Literal::Radix(LitRadix { base: 64,...