Mike Limansky

Results 19 comments of Mike Limansky
trafficstars

I think the solution is to ask user if unmount fails if he wants to unmount it forcible (if the force unmount is enabled in options).

Is my understanding correct that the issue is reproducible only if tinymount is started from fluxbox startup? Actually I unable to found which component is responsible for the message. As...

Could you try to reproduce it when you start it from console? May be it will lead us to some more clear scenario?

Hi, If somebody interested, we are using docusaurus 2.2 in https://github.com/rusexpertiza-llc/yupana/ To make it work I just added command allias `"publish-gh-pages": "docusaurus deploy"` in package.json. However, I think it would...

можно еще использовать "предположим вы работаете над веб-сайтом"

Thanks, @bishabosha Replacing `foreach` with `while` makes performance the same. This is kind of counter-intuitive for me, because foreach is used for the outer loop, which has small number of...

I suppose Adopt is deprecated and should be replaced with temurin

To be honest, I haven't used sbt-ci-release myself too, but as I see it's a kind of meta-plugin for several things like sbt-sonatype, sbt-dynver, and sbt-gpg. I'm using sbt-sonatype and...

I think you can also use `show` task to verify the sbt settings (`show version`, `show publishTo`, etc).