Eugeny Stoyka

Results 4 issues of Eugeny Stoyka

change `./gradelw installDist ` to `./gradlew installDist`

Hi, i use your extension for years, it's awesome. Can you update **metadata.json** file and add in **shell-version** only one number - **"43".** It can help to break error support...

Is it possible to add an option for scaling font after scaling display. it's look like smaller, isn't it? ![image](https://user-images.githubusercontent.com/6972457/204654141-1711206c-2ae0-489e-a703-b145da4d23ce.png) i changed css style for it, but i think it...

Hello, i had problem with parallelism on this code (it block my fibers on it, and CPU utilization was on ~1%) ```scala def run: ZIO[Any, Throwable, Unit] = { ipStream.mapZIOParUnordered(100000)...