-
At level 8 you need to mesmerism Villager and suck there blood out but theres a potion ID conflict which is stopping the ability working. Either you need to re bind the potion ID's or spawn in a item …
Wanuy updated
9 years ago
-
the Level 8 boss' death animation/ model is not showing up, making the escape sequence difficult
-
For the bonus question that wants to order the steps of the scientific method, is there a way to do a drop and drag like the pre-test (rather than ordering)?
-
# Description
Describe the question
Hello! I was stuck at level 2 using x-> { x.stream() ... It led to a issue (ss-ed) where they told me that CompletableFuture cannot be applied to given types. …
-
# Description
Describe the question
I don't understand why my main is still taking 20-30s, even though I join() outside the while loop. Does anyone know what is wrong with my code? Any help would…
-
# Description
I observed something out of curiousity.
`CompletableFuture cf = CompletableFuture.allOf(...).join();` takes 11 to 12s on average.
```
CompletableFuture cf = CompletableFuture.al…
-
### Component
agent
### Describe the bug
When the server (running in kubernetes) restarts my docker agent refuses to take new jobs until restarted. In the agent logs I can see several 5XX Err…
-
We should check the code with phpstan until code 8.
I will do that a.s.a.p.
-
Hi,
I am trying to run webrtcrecorder native application, but getting an error.
here is the error:
```
[libx264 @ 0x7fd0e8001600] invalid level_idc: 8
06:41:29 [error] [multiplexencoder.c…
-
Hi, can someone kindly explain on how you approach level 8 ?
Should we implement a Server interface and have a HumanServer class and SelfCheckOut class, both implements the Server interface ?
Or…