-
As a starting point for having unit tests in PyBDY, it could be interesting to focus on the `Boundary` class defined in `nemo_bdy_gen_c.py`. From discussions with @jdha, we concluded that this class i…
-
The current documentation stems mostly from a time when Pure Python Mode wasn't even being thought of and aims to present the special `cdef` syntax that Cython uses. The Pure Python Syntax is only pre…
-
To define a type for a field we use the approach used by dataclasses:
```python
@strawberry.type
class Q:
x: int
```
But we also allow to use `strawberry.field` to pass a resolver:
``…
-
The goal of V3 is to modernize the architecture of L10ns, support multiple programming languages and make them pluggable. A new much more productive web interface for handling complex translations.
T…
-
@jamesohortle the code as it stands is a strong improvement to the codebase. I'm happy for you to merge into the dev branch now, and put those TODO items in an issue for enhancement in the future.
Al…
-
Professional `typing` guru @minmax just [identified a hard blocker](https://github.com/beartype/beartype/issues/319#issuecomment-2336851762) for @beartype 0.19.0. [PEP 692](https://peps.python.org/pep…
-
I will be the first one that lauds innovation in testing frameworks and encourages it. The ability to create subdirectories in test/ with **different** testing frameworks has been, in my opinion, cruc…
-
### Goal
Discover binding incompatibilities in your code through linting.
``` bash
$ Qt.py --lint my_module.py
#24:my_widget = QtGui.QWidget(): Should be QtWidgets.QWidget()
#103:header.setResizeMod…
-
When building from git at commit 48a42c7fae8880bb0fb6b7de7deae58014ac50d5 I get an error which is not respected by the build process. Is it something to worry about or not?
Here is the beginning of…
-
**Feature**
Note: This is different than #4409 and #6646 which aim to change what is considered "annotated" and which functions are type-checked in the first place.
Mypy currently only type-…