Kirill Müller

Results 618 issues of Kirill Müller

### What happens? Building duckdb v0.10.2 with `-Wpedantic` gives four warnings in re2: ``` duckdb/third_party/re2/re2/prog.h:148:14: warning: ISO C++ prohibits anonymous structs [-Wpedantic] duckdb/third_party/re2/re2/prog.h:426:12: warning: ISO C++ prohibits anonymous structs [-Wpedantic]...

under review

About to release to CRAN. Link to blog post preview: https://deploy-preview-480--tidyverse-org.netlify.app/blog/2020/11/here-1-0-0/. I don't particularly like the photo, haven't found anything better.

Closes #15. @hadley: Who can help with https://blob.r-dbi.org?

trim: a variant of `pmin(pmax(x, min_val), max_val)` Original issue: https://github.com/hadley/dplyr/issues/2108, CC @einarhjorleifsson

URL: https://github.com/r-dbi/dblog Blog post: https://www.r-dbi.org/blog/dbi-3-2/, section "Logging with the {dblog} package" My package uses a different approach -- implementing a `LoggingDBIDriver` object that wraps another arbitrary `DBIDriver` object. So far...

that handles UTF-8 files correctly on Windows? See discussion at https://github.com/tidyverse/dplyr/issues/2471#issuecomment-369386287.

feature

On my system: ``` $ LC_ALL=C R -q -e 'clisymbols::symbol' > clisymbols::symbol $tick [1] "" $cross [1] "x" $star [1] "*" $square [1] "" $square_small [1] "[ ]" $square_small_filled [1]...

bug

``` > revdepcheck::revdep_check(bioc = TRUE, dependencies = c("Depends", "Imports", "Suggests", "Enhances", "LinkingTo"), quiet = FALSE, num_workers = 24, timeout = as.difftime(60, units = "mins")) ── CHECK ─────────────────────────────────────────────────────── 241 packages ──...

When I ask `git_merge()`, my expectation is that a merge commit is created even if the merge doesn't change any files, at least with the default `squash = FALSE`. Should...

The code suggests checking `git_info()$shorthand`: https://github.com/r-lib/gert/blob/cdd6d399027b84bfd597d7cd5e4e188903570809/R/fetch.R#L198-L200 . Does `git_branch()` also work?