matperc

Results 6 issues of matperc

TODO: - [ ] Is it necessary to fix the button value passed through WPE? It doesn't seem to affect the result in my tests - [X] ~Implement back and...

To replicate the issue you can visit https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/buttons#result, in the `Result` pane try to click. In Firefox the correct button is detected, while in cog it is always 0. This...

Based on the work in #167, we can extract documentation for functions and function arguments. TODO: - [ ] Add docstring to `__init__()` for classes - [x] Fix wrapped functions...

The messages cannot be more specific AFAIK Closes #165

~Blocked by this bug https://github.com/python/mypy/issues/15177~ Closes #144 Closes #149

Right now we hint all the callables that admits variable arguments as `Callable[..., T]`. Starting from python 3.10 we can use the combination of `Concatenate` and `ParamSpec`. [Link to documentation.](https://docs.python.org/3/library/typing.html#typing.Concatenate)...