pspot2
pspot2
Hello, I noticed that with the version 2.5.2 the file `office365/sharepoint/internal/queries/upload_session.py` was completely removed. I understand the background (`create_upload_session()` in `office365/sharepoint/files/collection.py` does essentially the same). However, ironically I was using...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Hi, thanks for this wonderful tool. This is the best open-source schema documentation generator I've stumbled upon so far. It does many things right and the Markdown output and the...
Breadcrumbs is a fantastic feature and a life-saver in big schemas. However, they badly fulfil their purpose with conditional schema composition. For example, consider the following breadcrumb: #### Property `root...
Consider the following schema: Click to expand ``` { "$id": "file:///home/eub-user/schema_test1.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "root", "description": "Root-level schema", "type": "object", "required": [ "test_property01" ], "properties": { "test_property01": { "description": "Test...
Consider the following two schemas (`schema_test1.json` references `schema_test2.json`): schema_test1.json ``` { "$id": "file:///home/eub-user/schema_test1.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "root", "description": "Root-level schema", "type": "object", "required": [ "test_property01", "test_property02" ], "properties": { "test_property01":...
Badges are not displayed for properties in subschemas which are part of schema composition ('allOf')
Please refer to examples in issue #169. Expectation: `test_propertyA` and `test_propertyB` have the `Required` badge as they are marked as required in their respective 'then' branch of the 'allOf' schema...
Hi, I have a USB sound card (Plantronics headset for testing) that I passed through in Proxmox to the VM with HA supervised installation. Everything works well, I can play...
PowerWalker VI 800 CSW ([click](https://powerwalker.com/product/10121111/)) upsc output: ``` battery.charge: 81 battery.voltage: 12.50 battery.voltage.high: 13.00 battery.voltage.low: 10.40 battery.voltage.nominal: 12.0 device.model: 800VA device.type: ups driver.name: nutdrv_qx driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: auto...