Przemysław Sokół
Przemysław Sokół
The README mentions that `pf` is a script that exposes ports between VirtualBox and the host when it comes to `docker-machine` being used on macOS. However, `pf` works perfectly fine...
When it comes to entities interacting with each other, Aecor is more on a _choreography_ side, by design. However, oftentimes I run into cases when being able to organize my...
Let's assume this is a directory structure that shows up when calling `broot`: ``` /Users/me/broot-test ├──a … ├──a2 │ ├──bar.txt │ └──foo.txt ├──a3 │ ├──bar.txt │ └──foo.txt ├──a4 │ ├──bar.txt...
When running `unusedCode` from sbt shell in our codebase we always get: ```scala [error] (Global / unusedCode) java.lang.reflect.InvocationTargetException ``` with no additional output, for every sbt module. Is it some...