Igal Tabachnik

Results 181 comments of Igal Tabachnik
trafficstars

D'oh! Of course :) Haha this is even better! Thanks @joroKr21!

My 2c: we use Enumeratum mostly to model things that map to postgres enums, with a nice benefit of being able to have safe `withName*` overloads for decoding. I'm not...

> Alternatively, maybe this information is so critical that we should always capture it internally like we do for the total test execution time and not have a test aspect...

I've added a similar quickfix to the intellij plugin https://github.com/zio/zio-intellij/pull/328 It's by no means complete, and I'm waiting on reports where it might not do the right things. Also, it...

Cheers! Let's hope this happens, the discussions with Pants folks sound promising as well! It will also enable much better IntelliJ integration, they already implemented BSP.

Just came here to ask this as well. Turns out that the 24th was not observed by all institutions (banks, mainly) in the US, so even though the rule applies...

I figured it out! I had the same problem (issue https://github.com/atom/atom/issues/6033), I couldn't understand why opening and closing the settings tab removed my `invisibles`. Turns out, much like @lee-dohm, I...

This is also evident from the highlighting: ![image](https://cloud.githubusercontent.com/assets/601206/9151521/58b453e0-3e0d-11e5-861b-271d992c9922.png) If you remove the `default` keyword, it's highlighted (and renamed) just fine: ![image](https://cloud.githubusercontent.com/assets/601206/9151528/7165bde8-3e0d-11e5-8862-b7b589ede54e.png) Makes me think symbol usage is not returning correct...

Would like to bump this, as I've seen comments/concerns about prelude depending on ZIO core. In our case this is certainly a blocker for using in certain scenarios (we'd like...

I actually agree with most of your points, the alternative here is really to make all interop with ZIO via extension methods (`.toZIO` and friends) which could work, but is...