html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/pull/4064#issuecomment-632093104,https://api.github.com/repos/pydata/xarray/issues/4064,632093104,MDEyOklzc3VlQ29tbWVudDYzMjA5MzEwNA==,14808389,2020-05-21T13:42:08Z,2020-05-21T13:42:08Z,MEMBER,"`chunk` is a method of `DataArray` while `rechunk` is a method of `dask.array.Array`
`dataarray.chunk(""auto"").data` calls `DataArray.chunk` and then fetches the underlying data structure (a `dask` array) while `dataarray.data.rechunk(""auto"")` fetches the underlying data structure and then calls `dask.array.Array.rechunk`.","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102
https://github.com/pydata/xarray/pull/4064#issuecomment-629199017,https://api.github.com/repos/pydata/xarray/issues/4064,629199017,MDEyOklzc3VlQ29tbWVudDYyOTE5OTAxNw==,14808389,2020-05-15T12:09:18Z,2020-05-15T12:12:05Z,MEMBER,"then you'll have to run `git pull -f` once to get the new state
For future reference, github does not work terribly well with rebases (or merges without a merge commit) so it would be good to avoid those.
Edit: ignore the `pep8speaks` message for now, you didn't change anything in Line 1.","{""total_count"": 2, ""+1"": 2, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102
https://github.com/pydata/xarray/pull/4064#issuecomment-629192230,https://api.github.com/repos/pydata/xarray/issues/4064,629192230,MDEyOklzc3VlQ29tbWVudDYyOTE5MjIzMA==,14808389,2020-05-15T11:52:27Z,2020-05-15T11:52:27Z,MEMBER,"if you have any unpushed commits: could you push them now? While they would not be lost, it's way easier to handle them now than after the force-push","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102
https://github.com/pydata/xarray/pull/4064#issuecomment-629189848,https://api.github.com/repos/pydata/xarray/issues/4064,629189848,MDEyOklzc3VlQ29tbWVudDYyOTE4OTg0OA==,14808389,2020-05-15T11:46:09Z,2020-05-15T11:46:09Z,MEMBER,"there's something wrong with the merge. Are you able to resolve that by yourself, or should I fix it for you?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102
https://github.com/pydata/xarray/pull/4064#issuecomment-629171237,https://api.github.com/repos/pydata/xarray/issues/4064,629171237,MDEyOklzc3VlQ29tbWVudDYyOTE3MTIzNw==,14808389,2020-05-15T10:57:29Z,2020-05-15T11:01:53Z,MEMBER,"no, the `git pull` or `git pull origin master` (`git pull ` in general) should do the trick. ""Forking"" just means setting up your own repository on github as a mirror of the repository you're forking. After that, `git` can handle the synchronization between both repositories.
If you need more explanations on `git`, how to use it and also how it works under the hood, check out the [git book](https://git-scm.com/book/en/v2).
Edit: the book even has a section on Github","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102
https://github.com/pydata/xarray/pull/4064#issuecomment-629162166,https://api.github.com/repos/pydata/xarray/issues/4064,629162166,MDEyOklzc3VlQ29tbWVudDYyOTE2MjE2Ng==,14808389,2020-05-15T10:33:56Z,2020-05-15T10:33:56Z,MEMBER,"to merge `master`, what I usually do is:
```bash
$ git checkout master
$ git pull # synchronize master with `origin/master`
$ git checkout
$ git merge master
```
and if there are merge conflicts (i.e. the merge was interrupted), I follow the advice given by `git status`","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102
https://github.com/pydata/xarray/pull/4064#issuecomment-629149680,https://api.github.com/repos/pydata/xarray/issues/4064,629149680,MDEyOklzc3VlQ29tbWVudDYyOTE0OTY4MA==,14808389,2020-05-15T10:04:58Z,2020-05-15T10:09:13Z,MEMBER,"no need to rebase, simply merge `master`. Also, you'd then have to remove the checkpoint.
Edit: the failing `map_block` tests are probably related to your changes (I don't know the code related to `dask` too well)","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,618828102