- Munich
Block or Report
Block or report mgirlich
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,039 contributions in the last year
We're celebrating 100 million developers!
Less
More
Contribution activity
January 2023
Created 40 commits in 5 repositories
Created 1 repository
Created a pull request in r-lib/httr2 that received 16 comments
Allow custom content type for JSON body
Fixes #189. This PR doesn't support parameters in the media type. They could be added but I never encountered them and I'm not sure the extra compl…
+246
−48
•
16
comments
Opened 16 other pull requests in 4 repositories
tidyverse/dbplyr
2
open
10
merged
- Refactor checks
-
pivot_*()
upkeep -
select()
updatesorder_var
-
Fix window function after
summarise()
+select()
- Fix 4 table join issue with renaming
-
Use
error_call
arg frombuild_*_spec()
-
Support joining with
in_schema()
tables -
Evaluate
across()
referring to modified column like dplyr -
Refactor
add_select()
-
Remove
lazy_join_query()
-
Remove field
last_op
-
Wrap call as list before applying
map()
tidyverse/tidyr
1
open
1
merged
mgirlich/tibblify
1
merged
r-lib/httr2
1
merged
Reviewed 5 pull requests in 3 repositories
tidyverse/dbplyr
3 pull requests
r-lib/httr2
1 pull request
tidyverse/tidyverse.org
1 pull request
Created an issue in r-lib/httr2 that received 2 comments
Add error_call
argument to req_perform()
Currently, if the request errors it is reported as an error in resp_abort()
. It probably makes most sense to just add an error call argument to req…
2
comments