Povilas Kanapickas
                                            Povilas Kanapickas
                                        
                                    Likely pypy worked with previous releases already. Only few adjustments in the tests were needed to pass whole testsuite. ## Contributor Checklist: * [x] I have updated the unit tests...
This PR adds support for upcoming cocotb 2.0 in a way that supports the current 1.x release series as well. If the maintainer deems necessary I can setup CI to...
This PR adds support for upcoming cocotb 2.0 release in a way that both cocotb 1.x and cocotb 2.x can be supported with minimal maintenance overhead. Fixes https://github.com/alexforencich/cocotbext-axi/issues/88. In order...
This PR fixes remaining issues that prevented compatibility with cocotb 2.0, mostly BinaryValue -> LogicArray migration. CI for cocotb 2.0 has been enabled and compatibility with cocotb 2.0 has been...
Currently typescript type checker errors are emitted as warnings. They should fail the build, otherwise introduction of type errors is not noticed. Probably something like https://www.npmjs.com/package/vite-plugin-checker could be used.
### The Problem Currently nheko does not seem to support multiple homeservers. Maybe the feature is hidden somewhere in the code, but I didn't find it, though I haven't looked...
The current code results in confusing behavior under the following circumstances: - Homeserver is guessed correctly from the Matrix ID - The server returns invalid (e.g. HTTP 200 with empty...
The existing user and system templates will be migrated to new format automatically. TODO: migration from older version needs more testing.
This PR consists of 2 parts: - general refactoring to make it easier for Websocket client to reuse existing code - implementation of the Websocket client itself It probably makes...
Currently WebSocket implementation has the following input data path: input_stream -> websocket parser -> queue -> data_sink -> input_stream wrapper On the output side, the data path is as follows:...