Danila Pokhabov

Results 6 comments of Danila Pokhabov

`EXEC_DIRECTLY: 'true'` does fix the issue. I mentioned tty and stdin in the original message, but here is the full container config: ```yaml version: "3" services: server0: image: itzg/minecraft-server:latest ports:...

Reproduced with minimal setup: ```yaml version: "3" services: server0: image: itzg/minecraft-server:latest environment: EULA: "TRUE" #EXEC_DIRECTLY: 'true' tty: true stdin_open: true ``` With `EXEC_DIRECTLY: 'true'` everything works fine, without the setting...

For some reason I can't assign this issue to you, but I can remove the **up-for-grabs** label.

By the [Contributing.md](https://github.com/Sharpach/Algorithms/blob/master/CONTRIBUTING.md) you are allowed to use an external library only when there's no other solution is possible. So, implement this algorithm manually, please.

This repo is not about C# implementations of algorithms and data structures. This repo is about data structures and algorithms implemented in any programming language. So it doesn't matter that...