Tomáš Jašek

Results 26 comments of Tomáš Jašek

Sorry, I currently don't have the time to fix the issue myself, so your patch will be welcome :)

Interesting, I can't reproduce the error with mclauncher-api version 0.3.6. The issue is, that the `downloads` section doesn't contain any `server` artifact. However, the newest version checks if the artifact...

The problem could be the way you build the JAR. It looks like older version of the API is built into the JAR, but IntelliJ uses the newest version to...

I didn't think of %n, now I agree we can't just get rid of the calls. But I like the solution which redirects output to `/dev/null`.

I just came across more assert functions: ```c extern void __assert_fail (const char *__assertion, const char *__file, unsigned int __line, const char *__function) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); extern...

Hey, judging from the command you use to start the container, you should be able to copy files without using proFTPd. If you place a file into `~/www`, the container...

Hi, I agree this would be a nice-to-have. I'll welcome any patches that add this, but I probably won't do it myself.

> My school for example uses xampp to teach working with SQL databases and programming with php. That's an excellent use case for this image, thanks for telling me all...

Hi, I have this problem too and I'm frankly not sure how to fix this, as I'm not that good with Dockerfiles. My best guess is, that there's a problem...

Hey, I'm not sure why this is happening or how to resolve the issue. To clarify, this is also happening to me, so I CAN reproduce it. Problem is, I...