Michael Chirico

Results 389 comments of Michael Chirico

yes, or dropbox, i could try gist...

[parquet_test.tar.gz](https://github.com/hannesmuehleisen/miniparquet/files/3661399/parquet_test.tar.gz) seems i can upload tar.gz here! i ran the following in `SparkR` and attached is the compressed output: ``` # spark start boilerplate iris = iris names(iris) = gsub('.',...

I believe I'm also getting bit by this, maybe the `print()` method for `NULL` needs to be updated? Might have made it easier to understand the issue: ```r x =...

The API I'm more open-ended on. But yes that looks good. Can probably limit to `sp`/`sf` classes for now... I guess the alternative is something like a `center_on` argument to...

> For what it's worth, these are the zoom levels I found somewhere on Mapbox's site (but can't remember/find where) They're correct, see [here](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) and [details](https://wiki.openstreetmap.org/wiki/Zoom_levels) from [MapBox ref](https://docs.mapbox.com/api/maps/#tilequery) (I'm...

I believe this is closed already (and i think the API has changed since the original issue) ``` dput(wesanderson::wes_palette('Royal2', 5L)) structure(c("#9A8822", "#F5CDB4", "#F8AFA8", "#FDDDA0", "#74A089" ), class = "palette", name...

@nbarsch probably your first pass was wrong since `''` are not interpreted the same as `""` in Google Maps. For `Colby, Benin` I get the same "suggested..." result on Google...

pretty simple: webfakes is unavailable 🙂

two main things: 1. there's manual overhead for us to bring in incremental packages -- https://opensource.google/documentation/reference/thirdparty. so unless we need Suggests functionality, we usually don't import those deps (e.g. just...