Alexey Aksenov
Alexey Aksenov
we may add our proguard.cfg settings to proguardOptions with ``` proguardOption in Android scala.io.Source.fromFile(b / "proguard.cfg").mkString } ``` or we may completely override proguardOptions with ``` proguardOption in Android
Dear Mark, Thank you very much for 'browse'. I slightly modify your code by adding new option. I try to preserve all punctuation, tabs, \r\n. I hope that addition look...
There might be a situation when a shell contains an empty environment variable. In such a case, we get the next error for a boolean field, for example: ``` strconv.ParseBool:...
I'm trying to figure out how to pass an array as an argument to the command. And I created a statement when elvish is hanging. And the only way is...
Sometimes pepper returns data before jid available. It looks like this: ``` { "return": [ { "minion": false } ] } ``` It is because of this (in SaltStack API...
Original client gives warning that something wrong at least. ``` > salt 'ezh.msk.ru' cmd.run 'abc' ezh.msk.ru: /bin/sh: abc: command not found ERROR: Minions returned with non-zero exit code ``` ```...
I moved plugin to package namespace. Debugger and code validator of the Eclipse is more friendly for standard layout. Sure that other development environments will more friendly too. Also I...
### Feature request The current installation profiles for Tekton include `all`, `basic`, and `lite`, which provide a predefined set of components to be installed on the cluster. However, there is...
Right now shpec is alias ```bash which shpec shpec: aliased to zsh -c 'disable -r end; . /full/path/to/shpec' ``` 1. this prevents to pass arguments to shpec `shpec -v`, `shpec...
Traefik forward connections even if there is no open TCP port. In general there are a lot of cases when you may export more then one TCP port from single...