-
Peer Review: review to be done by a peer member.
- [ ] Check that the guide has working instruction and sample code
- [ ] Check the quality of code according to the best coding practices
- [ ] Ch…
-
This is the [`.rultor.yml`](https://github.com/Glusk2/sprouts/blob/881ff0ef2fe83ef8b236581cd325e56ba6ad23b0/.rultor.yml) file I am using:
``` yml
architect:
- Glusk2
docker:
image: "mingc/and…
Glusk updated
4 years ago
-
We're currently hitting rate limit issues with our tests due to the fact that the Docker `config.json` files is not read. We should ideally add support to our `DockerApi` class.
Some references to …
-
### Steps to Reproduce
1. Clone perf-native-large into two directories:
`git clone https://github.com/gradle/perf-native-large perf-native-large-1`
`git clone https://github.com/gradle…
-
nginx buildpack rewrites nginx.conf file, confirmed with
```sh
✦ ➜ ls -la
total 500K
drwxr-xr-x. 1 dmitry dmitry 508 Jan 25 2…
-
### Current Behavior
An automated PR that upgrades gradle to latest stable version fails the build with
Full message
```
Downloading https://services.gradle.org/distributions/gradle-8.9-bi…
-
Hi,
I'm trying to use your plugin and can't get it to accept the '--doc_opt' flag. From what I can tell, protoc parses flags as "--foo_arg" and sends "arg" to the plugin "foo", at least that's wha…
-
1. 항목
- docker/mariadb
- db 연결
- jpa
2. 과제
-
Thanks @reta for reporting
We might want to setup jenkins windows to know we are failing here (cc @abesto)
If we used docker, probably we could avoid windows related glitches. This would imply s…
-
In certain cases a test may fail with a NoClassDefFoundError, and it's a nightmare to find the real error.
For example:
static final PostgreSQLContainer = PostgreSQLContainer("postgresxxx:11…