Tymoteusz Blazejczyk
Tymoteusz Blazejczyk
The go-chi HTTP router used in the Watermill HTTP overrides added handlers for the same route. Because of that when calling `httpSubscriber.Subscribe(ctx, url)` with the same `url` N times it...
### Subject of the feature The `.alexrc.yml` file should `allow` or `deny` words per selected file. ### Problem It is not possible to allow or deny some words per selected...
The go-chi router overrides added handlers for the same route. It fixes https://github.com/ThreeDotsLabs/watermill/issues/280
[Error] XAUTHORITY is not set because host-spawn is not working. Move env setup to distrobox-enter
This kinda a bug and change request /suggestion in the same time. **Describe the bug** The `XAUTHORITY` environment variable is not set because the `host-spawn` is not working. This is...
This feature is adding pytest as regression manager to manage and run cocotb tests. pytest plugin for cocotb can be enabled from command line: ```plaintext pytest -p cocotb_tools.pytest.plugin ``` Using...
Generated `.coverage` file is just a [SQLite database](https://coverage.readthedocs.io/en/7.11.0/dbschema.html) with well defined schema. Additionally, the [Coverage.py](https://coverage.readthedocs.io/en/7.11.0/index.html) project provides the [CoverageData](https://coverage.readthedocs.io/en/7.11.0/api_coveragedata.html#the-coveragedata-class) class that allows to create or access `.coverage` database from Python....
During development of [pytest plugin](https://github.com/cocotb/cocotb/pull/5090) for cocotb, I occurred an strange error when running tests with Icarus `iverilog` simulator: - [Regression Tests / icarus|v12_0|verilog|ubuntu-22.04|3.9](https://github.com/cocotb/cocotb/actions/runs/18627454392/job/53107405760?pr=5090#step:29:4835) ```plaintext ------------------------------ Captured log call -------------------------------...
More info: https://github.com/cocotb/cocotb/issues/5094 This Pull Request adds simple test to reproduce segmentation fault raised by Icarus `iverilog` simulator when test will end with write to input without awaitable on clock....