txemi
txemi
Sorry if it is not an issue and my lack of musical knoledge instead, but this code did not show what I expected: ` from pytheory import TonedScale tsC4 =...
I wish I could write: `validator=attrs.validators.instance_of(typing.Optional[list[int]])` instead of: ``` validator=attrs.validators.instance_of( attrs.validators.optional(attrs.validators.deep_iterable(int))) ``` It is easier to read and there is not need to use another differente way to express a...
### Current problem I would like to suggest pyreverse tracking class data members in adition to instance data members and draw them on graphs. It may be an option (enable/disable)...
I have seen sqlalchemy 2.0 mentioned in other issues related to support sqlalchemy 1.4, but none had explicit mention for 2.0 in tittle, so I created this one. I my...
I did not success with Musescore v4. I suppose it is something that is not developed yet.
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug **Title** Android app does...
**Describe the bug** Cannot list photos from synology photos using this libray. Folders and other informations work fine. **To Reproduce** Example code with showcase here: https://github.com/txemi/synology_api_examples - One example crashes...