Taras Zakharko

Results 11 issues of Taras Zakharko

## Overview When attempting to reproject [natural earth raster data](https://www.naturalearthdata.com/downloads/50m-raster-data/50m-natural-earth-2/) (NE2_50M_SR_W.tif) I ran into some inconsistent behaviour with `gdalwarp`. Reprojected images either have strange sizes or are cropped. But if...

I am using terminus build results panel to display images (via item2 protocol). The surprising behaviour I see is that a) image is displayed above any other script output and...

I would like `vctrs` to add support for shift and partition operations. `vec_shift(x, amount, fill)` — shifts the vector by positive or negative amount and fills up the gaps with...

`rlang` offers a family of functions that operate on list expressions (this includes `enxprs`, `enquos`, but also `dots_list`). Most of these functions offer optional support for enforcing list element names...

tidyeval:dots
feature

A signal will only fire if a "new" value is assigned. So if I use a signal with a reference type, e.g. an array, updating the value will not actually...

This is a minor issue I found when trying to use concept-enabled version of clang with Xcode. It's not critical by any means, but I would still like to report...

Initial implementation for #289 This adds new columns `n_rows` and `n_cols` to the result of `get_cells()/range_read_cells()`. API response with the merged cell ranges is parsed in `get_merged_ranges()` and then left-joined...

We would like to access information about the cells spanning multiple columns or rows. From what I understand, this is implemented by reading the `merges` field from the `Sheet` object...

feature

Subscripting a homogenous list by name throws an error "corrupt \: no names". I think it would be better to report something like "\ has no names". Using the term...

This is a proof of concept implementation for #261 The basic idea is to leverage the fact that the metadata of installed packages is already cached. So we don't need...