Taichi Araki
Taichi Araki
Hey, all. I used jsbml-1.6.1, current latest version of jsbml, but I found the method, ASTNode.toFormula() fails to parse the formula. To be specific, for testcase, I downloaded BIOMD0000000022.xml from...
Hey, all! I installed binary version of this app v3.4.0, and double-click the icon, but app didn't start. After that, I tried previous version, v3.3.0, but it didn't work well....
I'd love to use sbscl.v.2.1, so I wrote the wrapper class for SBMLTestSuite using `org.testsuite.SBMLTestSuiteRunnerWrapper`. But in some SBMLTestSuite cases, the same error has been detected. Specifically, the case numbers...
SSIA First of all, thanks to @NeumannArthur for putting together the initial implementation of LSODAIntegrator.java. It's a great starting point for getting things up and running. That said, there are...
SSIA We need to protect code quality and build CI/CD pipelines, and follow recent Java plugins. To achieve this, we need new build tool, Gradle. Related issue is here: https://github.com/draeger-lab/SBSCL/issues/76
SSIA I prefer to introduce [this](https://github.com/nebula-plugins/gradle-lint-plugin), built by Netflix.
SSIA This issue is inspired by https://github.com/m3dev/gokart/pull/445, https://github.com/m3dev/gokart/pull/446.
## Background Luigi's GCS implementation currently uses the legacy `googleapiclient.discovery` API. Google now recommends using `google-cloud-storage` for new applications. I'm one of the contributors of [gokart](https://github.com/m3dev/gokart), so I wanna improve...