-
What do people think about adding type hints to MNE? I know that this can be a controversial topic, and I myself have not been known to be a fan of type hints. However, if done right, I think they can…
-
When running the RabbitMQ [queue test](https://github.com/dsandubb/jepsen/blob/master/rabbitmq/test/jepsen/rabbitmq_test.clj#L46), the [total-queue checker](https://github.com/dsandubb/jepsen/blob/mas…
-
tl;dr: To resolve relative paths in an Issuematch, the `workspace` location is used, even if the step's [`working-directory`](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow…
-
```
$ pytest -sx tests/
tests/test_caldav.py
F
========================================== FAILURES ===========================================
_____________________________ TestScheduling.testI…
-
In going through and cleaning up the compiler I'm noticing a number of issues associated with the fact that nothing is annotated. Lots of hand waving around expected types that make the compiler a lot…
-
### Bug description
Pylint is crashing with:
```
Exception on node in file '....'
// ...
astroid.exceptions.StatementMissing: Statement not found on
```
The line of code that is crashing …
-
### Bug description
If there's an attempt to enable a rule in the `pylintrc` file, but there's a typo or the rule is just named wrong, then pylint proceeds without any issue. It should throw an err…
-
We currently have guidelines/checks for docstrings https://pandas.pydata.org/docs/development/contributing_docstring.html for the api facing methods/functions following the numpydoc docstring guide h…
-
Hello,
I get the above error when I run vim.
My vimrc file is :
syntax on
set nocompatible " be iMproved, required
filetype off " required
if has("autocmd")
a…
-
* psygnal version: latest 0.11.1
* Python version: 3.10
* Operating System: Mac OS (ARM64), Raspberry Pi OS (ARM), Ubuntu 24.10 (x86); all in docker
## Issue Description:
There seems to be a …