Christopher Cave-Ayland
Christopher Cave-Ayland
# PR Summary See #1773 This adds support for use of the `get_type_hint` method for Jedi completions that was added 0.17.0. For appropriate proposals type hints are added as part...
**Describe the bug** The write method of `meshio._cxml.etree.ElementTree` accepts only filenames. This causes an error when trying to write e.g. vtu files and passing a file handle. Seems like a...
Minimal example: ```python import pygmsh with pygmsh.occ.geometry.Geometry() as geom: p0 = geom.add_point((0, 0, 0)) p1 = geom.add_point((-1, 0, 0)) p2 = geom.add_point((-1, 3, 0)) l0 = geom.add_line(p0, p1) l1 =...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Please see the example below where validation should fail but does not. Commenting out the creation...
Some minor revisions to accommodate changes made with Ipython7 swapping from IPython.core.inputsplitter to IPython.core.inputtransformer2. I believe this closes #21
This PR accommodates upstream changes to IPython.utils.py3compat made in IPython 7.11
This resolves the issues as reported in #23 for windows powershell whilst leaving other platforms unaffected.
Hi, I received the error in the attached below backtrace whilst attempting to compile some (predominantly) F77 code. The target code base can be found [here](https://bitbucket.org/jessexgroup/protoms/). Command: > refactorF4acc.pl -c...
# Description A first mocked up version of what a revised data input layer may look like using standalone (i.e. no sqlalchemy) duckdb. So far implemented: - reader functions for...
# Description This PR builds on #379 prototypes a partial adoption of SQLAlchemy in combination with Duckdb. This attempts to get the best of both worlds by using SQLAlchemy to...