iilyak

Results 38 comments of iilyak

I have a similar question. However in my case I am having a problem with pagination. Let's say user currently viewing page 3. Then I do a `data.push` followed by...

> How about: >``` >def debug(str: => Any): UIO[Unit] >``` Is it implemented already? > Debug info is usually needs to be added to the code under test rather than...

My understanding is that Console.printLine would be printed unconditionally (ZIO.debug might be as well). Is it possible to influence the test environment so `println` and `Console.printLine` would always be printed,...

One option is to use [pex](https://pex.readthedocs.io/en/latest/)

> I was able to install Erlang OTP 24 on macOS Monterey 12.3.1 with the M1 chip. > > I had to combine some information I found across the internet....

I am interested in something similar, but without access to the networking and wondering if it is possible. I wanted to run (and interact with) tools written in Java from...

+100 for adding ability to configure location of `plantuml.jar` file. In my case vscode users are not developers. Therefore, specifically for them we install all plugins via project specific `.vscode/extensions.json`...

One particular example. I use alfred to start my development environment. The goal is to start up all things I need and drop me into the container which has all...

In the interim I am going to try using https://marketplace.visualstudio.com/items?itemName=easterapps.script-runner as a companion for ffizer.

This also worked ``` {{ #if (str_to_json(repo_init)) }} git init git worktree add --track -b gh-pages site origin/gh-pages {{ /if }} ```