Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,086 contributions in the last year
Contribution activity
November 2020
Created 11 commits in 2 repositories
Created a pull request in zio/zio-intellij that received 2 comments
Always wrapping for-comprehensions in parentheses when using .toLayer
Fixes #184 I added a hack that always wraps for-comprehensions in parentheses. Seems to do the trick. Do you think there's a better way of doing it…
Reviewed 1 pull request in 1 repository
zio/zio-intellij 1 pull request
Opened 10 issues in 3 repositories
zio/zio-intellij
5
open
2
closed
- Shave the build-number yak
- Detect multiple/outdated ZIO versions in project and offer an upgrade
- Test Runner: notify of failed downloads + offer a submit issue link
- 2020.3: fix deprecated BalloonNotifications and move them to the plugin.xml
- Test runner: detect version upgrade in sbt/bsp
- "Unused expression" does not work for method calls with more than one argument
- `ZLayer.fromEffect` -> .toLayer does not preserve parentheses