-
## Environment data
```
.NET Command Line Tools (2.1.3)
Product Information:
Version: 2.1.3
Commit SHA-1 hash: a0ca411ca5
Runtime Environment:
OS Name: gentoo
OS Versio…
-
``` TechType next = TechType.Lurker_Aspect;
int minsCost = next.mineralPrice();
int gasCost = next.gasPrice();
if(game.canResearch(next) && self.minerals() >= minsCost && s…
-
``tests/run_unit_tests.sh`` should run unit tests under GNU parallel to speed things up.
This is similar to how ``tests/codecheck/pylint.sh`` and ``tests/codecheck/pytype.sh`` work.
-
https://github.com/owncloud/customgroups/blob/master/rules/tests.mk has make targets called:
```
make test-codecheck
make test-codecheck-deprecations
```
Other repos seem to have:
```
make te…
-
I wanted to work on this right now, but realized that range based for are only supported with gcc >= 4.6, so it seems a little early to jump ship here. After b18 we should reconsider doing this move t…
-
Adding eth-gas-reporter results in npm install failing in CI
```
$ npm install
npm ERR! code ENOLOCAL
npm ERR! Could not install from "node_modules/eth-gas-reporter/node_modules/web3-providers-w…
-
Hi,
when testing the game I crashed (in fact it is second time now) .
last lines on the console
...
Writing Exploration Data ... took 22ms
Writing Players Unseen Data ... took 96ms
Writing Script…
-
## Environment data
`dotnet --info` output:
```
dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 2.2.101
Commit: 236713b0b7
Runtime Environment:
OS Name: …
jtsom updated
5 years ago
-
Sometimes (I experienced it as Imoved an adapter to a new host!) the following happens after the npm install :
```
error: iobroker host.io2 Adapter directory "null" does not exists
error: iobroke…
-
Update the gradle plugin to the latest detekt version.
Also change the config that can be used in detekt.
requested full config:
```
detekt {
version = "detekt-version-to-use"
conf…