Damian M
Damian M
Hi, And yes, there should be a channel for fast syncing on issues (maybe in addition to "Blog: technical changes..."). I would like to look into the (more general) csv...
Thanks a lot! This works nicely in Ubuntu, and I can start the built exe in Windows. _But_ running `mvn` under Windows does not get over the `` **``** with...
Unfortunately this seems to be a **bug in apache/maven-enforcer**. I only found https://issues.apache.org/jira/browse/MENFORCER-100, which was auto-closed, or https://stackoverflow.com/questions/63263586/maven-enforcer-how-to-access-maven-properties-from-beanshell-rule neither with a solution so far. Already ``` print(java.nio.file.Paths.get("${project.basedir}/".replace("\\", "/")); 1==1 ```...
Just to inform, in **Windows**, with `JAVA_HOME` pointing to an 11.0.9.1 OJDK installation: `C:\Users\me\git\portfolio>mvn -f portfolio-app\pom.xml -Denforcer.skip=true clean verify -Ppackage-distro` works well. Built PortfolioPerformance.exe runs fine. @buchen You might want...
I stumbled in the same issue. I've no idea _how_, but as this is thrown in a stack depth of 13 in SQLAlchemy in my case, I vote for a...
_(Keeping aside the lock file part of the discussion—my understanding is, this is generated and rather "throw-away")_ Trying to push this forward, I mean the issue is, that PEP 621...
For "you have to build the eccodes library first": so why is eccodes missing in pyproject.toml dependencies? When I call `pip install eccodes pygrib` eccodes gets through, still MS compiler...
This is still an (annoying, occurring repeatedly) issue. Pinning the version cannot be the solution. Any plans to fix this?
Same here, and as ChatGPT proposed too (!), it should be possible as with helm to call something like `argocd appset template -f my-app-set.yaml > all-in-one.yaml` to be able to...
Same here: 0.2.50 gives `Error: Could not find any stages to run.`, 0.2.49 does not.