-
When analyzing multiple big projects (like the cwa verification, testresult and regular server and the android app) the model gets too big to be written with a heap size of 4 GB.
This can be circumve…
-
I used the template, modified build.targets so that only YOUTUBE_NONROOT and YTMUSIC_NONROOT are true. When I run ReVanced Build the only thing it builds is vanced-microg.
![ghrevanced](https://githu…
-
```
INFO: Reading dex files
INFO: Loading resource table...
INFO: Decoding AndroidManifest.xml only, because resources are not needed
INFO: Loading resource table from file: revanced-cache/1.apk
I…
-
In the documentation (http://jcommander.org/#_main_parameter) it's stated that:
> This parameter can be either a List or a single field (for example a String or a type that has a converter, e.g. Fi…
-
I have the following [script](https://gist.github.com/edewit/15f25b87b74b540b37e0b37f7683ccbf)
but for some reason jbang doesn't resolve the dependencies:
```
edewit@localhost ~/workspace/min…
-
- liquibase installed on OSX via Homebrew: Version: 4.25.1
- DatabricksJDBC42-2.6.36.1062
- liquibase-databricks-1.1.2.jar
- Azure Databricks using Unity Catalog
- openjdk64-17.0.9
1. run `liqu…
-
This is not a true feature request. I mean, if you want to add this, by all means add it! But I suspect you'll think it is out of scope of picocli (and for good reason). Nevertheless I thought you mig…
-
### Simulation tool
---
id: vcell
version: 7.7.0.10
specificationsUrl: https://github.com/virtualcell/vcell/releases/download/7.7.0.10/biosimulators.json
specificationsPatch:
version: 7.7.0.10…
-
I have a main command with several nested sub commands.
I use :
```java
CommandLine command = new CommandLine(mainCommand) .setExecutionStrategy(new RunAll());
int exitCode = command.execute(…
-
On the spring boot startup I get the following error
Parameter 0 of constructor in com.aaa.SpringBootApp$FlywayCommand$MigrateCommand required a bean of type 'org.flywaydb.core.Flyway' that could …