Kaleb Barrett

Results 265 issues of Kaleb Barrett

```python CocotbCoroutine: TypeAlias = Coroutine[Trigger, None, ResultType] ``` This will require moving `ResultType` to `cocotb.typing` (to prevent cycles), then updating the handful of places that need this.

type:cleanup
category:typing

Microsoft's [`debugpy`](https://github.com/microsoft/debugpy) is a good candidate for debugging cocotb sims remotely. That can be useful for debugging non-terminal applications like most commercial simulations.

type:feature
category:docs
good first issue

Add a new module that will include cocotb debugging functionality that will be useful for debugging in `pdb` or similar. Possible features: * Access all living Tasks * Print information...

type:feature
category:debugging

### Describe the bug I have the `autodoc_default_options` field `"special-members"` set to `True` and the `"undoc-members"` field left at the default of `None`. With this configuration I would expect only...

type:bug
extensions:autodoc

### How would this feature be useful? There are ways around specifically what I'm trying to accomplish, but I figured this was a more general issue. If I have a...

enhancement