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,102 contributions in the last year
Contribution activity
November 2020
Created 14 commits in 2 repositories
Created 1 repository
- hmemcpy/zio-intellij Scala
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…
Opened 2 other pull requests in 2 repositories
zio/zio-intellij
1
merged
hmemcpy/zio-intellij
1
open
Reviewed 1 pull request in 1 repository
zio/zio-intellij 1 pull request
Created an issue in lampepfl/dotty that received 2 comments
NPE when inlining a macro that uses a by-name parameter defining a sealed trait
I found an issue when porting a macro to Scala 3 (using 3.0.0-M1). Took me a while to find it (see it on Scastie), but I managed to narrow it down to:
Opened 12 other issues in 5 repositories
zio/zio-intellij
3
closed
4
open
- 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