James Marchant
James Marchant
Not sure if this is an ANGRYsearch problem or something in the underlying FTS setup but words/filenames including some rather common characters don't appear when searching. A file called "Mom's...
## 🐛 Bug It appears that large parts of the codebase are type-hinted but without a `py.typed` marker [many type-checking systems won't utilise this information](https://peps.python.org/pep-0561/#packaging-type-information). Can the appropriate marker be...
I'm seeing a bug(?) where if a `from` import has an alias, is too long for a single line, and has a comment after the import (for instance a `mypy`...
It appears that is impossible to use the `execute=False` capability of `testbook` and `tb.patch()` together due to patched code getting run twice. Consider this example with a simple two cell...
We've been using Lintly and flake8 on our GitHub Actions but over the last few days it seems to have stopped working (no longer posts PR approvals or reviews). Was...
## 🐛 Bug There is an incompatibility between requirements for Opacus v1.2: - `functorch` requires `torch>=1.12.1,
When using `--pipe` the temporary notebooks that are generated don't respect options set in Jupytext config (such as `root_level_metadata_as_raw_cell`). Looking at the code, this is because the config isn't passed...
Got some odd behaviour when using `openapi-changes`: it's marking a bunch of "breaking changes" that... aren't: ``` { "breaking": true, "change": 1, "changeHash": "UUczar1_t-6gBj4TobhlsYmjEd0-LFbxZGC-3oP5rlA=", "changeText": "modified", "context": { "newColumn": 33,...