Matthew James Briggs
Matthew James Briggs
When one or more of the following tests exist, we should make it easy to run them with `cargo make test`. depends on (one or more of): - https://github.com/bottlerocket-os/bottlerocket-test-system/issues/318 -...
Get `cargo make test` working for testing metal-k8s variants (probably using [tinkerbell](https://tinkerbell.org/)). depends on: - https://github.com/bottlerocket-os/bottlerocket-test-system/issues/415 depends on (for precedence): - #2148 - #2149 We might also say that it...
I tried this on a server program where I want to see the dependency tree starting from the main package. I cd'ed into the same directory where main.go is found...
`coldsnap wait` waits until the snapshot ID is ready, but if you immediately try to download that snapshot ID after `coldsnap wait` you can get `Failed to download snapshot: Failed...
Thank you for making this.
Support these file types. https://www.musicxml.com/tutorial/compressed-mxl-files/zip-archive-structure/
Respecting #72, `mx` will remain a zero-dependency library that does not require a package manager to build. There is no reason why we can not publish it into package managers...
We are stuck on MusicXML 3.0 because it’s a big job to upgrade to 3.1 (or whichever version is out when we get to it). Do this without breaking `mx::api`...
Fix this TODO Sourcecode/private/mx/impl/LayoutFunctions.cpp:421 ```C++ for( const auto& other : appearance.getOtherAppearanceSet() ) { api::AppearanceData data{}; data.appearanceType = api::AppearanceType::Distance; data.appearanceSubType = core::toString( other->getAttributes()->type ); // TODO - fix data.value = 0.0;//other->getValue().getValue();...
The `DocumentManager` is a weird concept. Explain why it exists and how to use it early in the Readme and in the code itself. For extra credit, return an RAII...