Tilmann E. Bartsch

Results 5 issues of Tilmann E. Bartsch

I'm planning to add MQTT v5 support to the mqtt-streaming subproject in the next weeks. I currently implemented most of the neccessary encoding/decoding in the file model.scala and updated the...

p:mqtt-streaming

### Summary The branch contains a new backend enabling authentication and authorization using an oauth2/openid-connect server. Clients can either - hand over client credentials, i.e. `client_id` and a `client_secret` ([client_credentials-oauth2-specification](https://datatracker.ietf.org/doc/html/rfc6749#section-4.4))...

**Describe the bug** When using two different schemas with the same field name the union field type does not work correctly for `AvroBaseModel`. **To Reproduce** The following script ```python import...

dependencies

Settings a priority threshold in the PLIC device does currently not mask any interrupts. (The member `priority_threshold` of `plic_context_t` only appears in `plic_t::context_read` and `plic_t::context_write`). This small fix in `plic_t::context_best_pending`...

Using `vscode-clang-tidy` with the following option ```json "clang-tidy.buildPath": "${workspaceFolder}/build", ``` does not work because `${workspaceFolder}` is not replaced. Error Log: ``` Error while trying to load a compilation database: Could...