Taras
Taras
## Affected Version v1.0.1 ## Expected Behavior It should be able to forward unix sockets like ssh does. For example, configuration would look like this: ``` --source unix://$HOME/.docker/docker.sock \ --destination...
## Description Sometimes it's needed to pass some parameters to a dependency. Let's look at an example. Let's consider we need to use [glad](https://github.com/Dav1dde/glad/) in our project. It generates OpenGL...
Hello. I would like to give some ideas and advices about filesystem sharing. So, since we are using QEMU, lets see which options do we have: - VirtioFS. Looking very...
Maybe something like: ``` $ ./mcpelauncher --version MCPE: 1.2.xxx ```
I have a new laptop(Intel i3, nvidia graphic card). I am still getting crashes. Strace output: ``` execve("./mcpelauncher", ["./mcpelauncher"], [/* 52 vars */]) = 0 strace: [ Process PID=9870 runs...
I need vsync(i do not need 250FPS!) 
Tailwind extensively uses classes that contain colons an actually are valid for css. But they need to be escaped with colon (`:`) in css. For example, I got a problem...
I have project running on https://mediadl.test and webpack dev server running on port 8080 (I don't specify port, it's automatically selected). The project is serving HTML template which contains script...