-
https://github.com/eugenp/tutorials/blob/9f4b9f8e7743fc7fef1d12408ece00ca81e295ca/spring-boot-modules/spring-boot-runtime-2/src/main/java/com/baeldung/restart/Application.java#L18
When devtools are…
-
I know I can add environment variables like this:
```
task verify(type: NpmTask) {
environment = ['CYPRESS_BASE_URL' : "http://localhost:9999"]
args = ['run', 'verify']
}
```
But in m…
-
@kaqqao @BaldyLocks @vkachan @csueiras @kicktipp Hi all,
I have set up some batch DataLoaders for each entity (that have relationships with others) in order to solve the N+1 Problem with GraphQL/SP…
-
Hey, quick question, will the score be added after a match or even during live game? If so, at which frequency?
Will future rounds be added later as well?
Thanks for this!
-
## Environment
- Docker: Desktop 4.30.0 (149282)
- OS: macOS 14.5
## Pre-Condition
```
➜ kicktipp-bot git:(main) docker pull ghcr.io/antonengelhardt/kicktipp-bot:amd64
amd64: Pulling…
-
Using the docker image from the readme, I get an error about incompatible chromedriver versions:
```
The chromedriver version (114.0.5735.90) detected in PATH at /usr/local/bin/chromedriver mi…
-
Hey @syxolk , qatar is approaching and I love your app. But now for the first time since 2016 i cannot get it running. Tried it w ubuntu and on centos (where it ran before).
I cleared db and had a n…
jt89 updated
5 months ago
-
Hey there. This is more of a question than a bug, but could turn into a feature request, if there is no way to currently handle this.
tl;dr; - Is there some way for me to use a global hook and run …
-
### Have you checked our Troubleshooting page for your issue?
- [X] I have checked the Troubleshooting page
### Is there already an issue for your problem?
- [X] I have checked older issues, open a…
-
This project reproduces the problem:
https://github.com/kicktipp/lazyasync
The included test does time out as `@Async` is not working correctly with `AdviceMode.ASPECTJ` and `lazy-initialization…