AliSot2000

Results 19 issues of AliSot2000

Fusion360 updated the post processor. The post processor window changed significantly and this post processor is no longer recognized by Fusion360. The Error generated is "Invalid Post Processor". Fusion won't...

Revised Pull Request of [the previous pull request](https://github.com/kontron/python-ipmi/pull/122). The Codacy Complaint should be addressed now.

Using the command `heif-convert` with the quality option `-q [0...100]` only has an effect when the output type is jpg. The option has no effect for `.png` and `.y4m`. It...

**Describe the bug** The documents in the Webhooks `state.changed`, `group.join` and `group.leave` have a payload that doesn't specify the data format within it. It only says `object`. **Version** ```json {...

documentation
enhancement
engine:ALL

The following endpoints specify only a `string` as their response but response model isn't a string but an object. Please add documentation for the following endpoints: - `POST /api/{session}/groups` -...

documentation
engine:ALL

**Describe the bug** The field `chatId` in the `WAHASessionPresence` Model is set as required. However, using `POST /api/{session}/presence` in conjunction with presence `online` or `offline` returns the following: `HTTP_Error 400`...

documentation
engine:ALL

You have code duplication. Makes my life harder parsing your responses and introduces more possibilities for your code to run into errors. If you the enums are the same for...

documentation
engine:ALL

Errors returned from the group functions: - `POST /api/{session}/groups/{id}/participants/add` - `POST /api/{session}/groups/{id}/participants/remove` - `POST /api/{session}/groups/{id}/admin/promote` - `POST /api/{session}/groups/{id}/admin/demote` Returns on partial error: ```json [ { "status": "409", "jid": "[email protected]", "content":...

documentation
engine:ALL

**Describe the bug** The returned Response once the Session is in the State `WORKING` doesn't contain the `me.pushName` field despite it being required. **Version** ```json { "version": "2024.6.8", "engine": "NOWEB",...

enhancement
engine:NOWEB

I'd be very happy if you could either implement this method as I need it or alternatively, if you could remove it from the docs of NOWEB. Thanks

enhancement
engine:NOWEB