Colin Rundel

Results 94 comments of Colin Rundel

Thanks for the quick reply - my 2 cents (coming from someone who is not intimately familiar with the knitr internals) is that having fewer distinctions between inline and regular...

It seems like a missed opportunity to not have them work in the same way - I'm not a regular python user but it would be somewhat frustrating to not...

After working through the PR for magick ropensci/magick#313, I'm back to feeling like this is something that needs to be fixed on the knitr side of things. The primary cause...

I just had a student run into a similar issue trying to convert latitude and longitudes. The following code produces the "wrong" output ``` r c(48,52) %>% sum(.[1], .[2]/60) ##...

> Closing backticks are not required before a new code chunk is opened. That's from Knuth's literate programming. Section 5.1.4 has more info about it: https://www.google.com/books/edition/Dynamic_Documents_with_R_and_knitr/fyIuDwAAQBAJ?hl=en&gbpv=1&bsq=%20literate%20programming Interesting, I wasn't familiar...

In that case shouldn't the third example alter the parent rule such that it is defined just for zoom level 2 and zoom level 5? Currently there is no way...

I'm not completely up to speed on how styles are processed and how the `filter-mode` is handled since there doesn't seem to be any documentation. From a brief survey of...

Previously this was not possible due to limitations with GitHub's API - I can check again to see if the end point has been improved / revised to allow for...

Currently we are using https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents which still seems limited to a single file. If anyone can find a better approach I would be happy to add this feature.

That should definitely work - it does look like there may be a process via manipulating the git tree remotely via the API (see [this](https://dev.to/bro3886/create-a-folder-and-push-multiple-files-under-a-single-commit-through-github-api-23kc)) but it will take a...