Alexander Jaust

Results 14 issues of Alexander Jaust

Thanks for creating this interesting plotting library. I wanted to try out Makie on my machine. I just got a completely fresh installation of Julia and afterwards followed the steps...

**Please describe the problem you are trying to solve.** preCICE is written in C++ with an C++ API that is not container friendly. However, the use of containers is often...

enhancement

Similar to https://github.com/solokeys/solo-python/issues/139 I would suggest to add a statement whether this repository is meant to contain information about or code of the SoloKey v2. The README even links to...

## Description In some cases text preceded by a hard tab as in hard-tab-file.md: ```markdown # Header text after hard tab ``` rule MD040 is triggered. Rule MD040 is about...

bug

I would consider if it would be more useful to archive this repository after updating the dependencies, see #19, and applying the SCM policy (this PR). The [SCM policies](https://developer.equinor.com/governance/scm-policy/) state...

This updated the current dependencies to remove known vulnerabilities. This PR was partially created by Snyk. I have tested the notebook locally with Python 3.9 and 3.11 and it seemed...

This PR adds an action which installs the Python bindings on MacOS X.

good first issue
help wanted

When installing preCICE from source on MacOS X, installation of the Python bindings fails. Installation was conducted using `pip`. I observed two different problems: 1. The preCICE headers could not...

I tried to install the bindings `2.2.1.1` today using the `py-pyprecice` recipe for Spack. However, it failed due to wrong checksums. I checked and indeed the checksums for `v2.2.1.1.tar.gz` and...

wontfix

The class `Interface` https://github.com/precice/python-bindings/blob/85245af97288c54b53d8ce26067408218aa99a0d/cyprecice/cyprecice.pyx#L34 can be misleading. It also deviates from the naming in the C++ API where the equivalent class is called `SolverInterface`. This came up on Gitter where...

breaking change