Thomas Neidhart
Thomas Neidhart
According to the official changelog for the binance api https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md the field quoteOrderQty should be enabled for all symbols. If supported for binance dex (I am not 100% sure of...
This fixes #1370 . This is a POC PR to gather feedback if such a functionality would be deemed useful. Please be nice to me, thats my first PR for...
When dependabot is enabled for a repo and you merge suggested changes / updates on a regular basis, the resulting changelog gets quickly difficult to read as the same artifact...
This fixes #7978 . This PR makes PackageManagers implement the Closeable interface to be able to close their resources once they are not used anymore (at the end of the...
This fixes #7965 . Opening a draft PR to dicuss the speed improvements. The idea of this change is as follow: - let the pom file being resolved initially so...
Running ort multiple times in a row for a project occasionally results in a corrupted cache: ``` DiskLruCache /home/tn/.ort/cache/analyzer/maven/remote-artifacts is corrupt: unexpected journal line: READ oREAD io-quarkus_quarkus-resteasy_jar_3-5-2__repo-eclipse-org__h-00000, removing ``` leading...
I tried to use the ORT GH action to analyse a maven project, but it took more than 30 min to run only the analysis inside a GitHub runner (https://github.com/netomi/macos-notarization-service/actions/runs/7006736431)....
I was testing out ORT on a couple of projects and noticed that it was rather slow to analyse a poetry based python project (https://github.com/netomi/otterdog). The project has a lock...
Right now, a single matcher is supported for items like the title or the body like explained in the documentation: ``` labelers: # The label to be applied. # -...
When dependabot is enabled for a repo and you merge suggested changes / updates on a regular basis, the resulting changelog gets quickly difficult to read as the same artifact...