Jonathan Keane

Results 24 issues of Jonathan Keane

Add lens information to the exif info that is extracted if it is available

This does increase the number of requests (one per image), so I've added an option `flickrExif` which defaults to false.

This adds the content from the description of the image to the alt tag when in viewer mode.

I noticed that when I set `"viewerZoom": false` clicking on the thumbnails along the bottom when viewing an image stopped being able to be clicked to navigate to other images....

I've run a few builds on r-hub (with `rhub::check_for_cran()`) and it seems that RMariaDB is failing to install on Fedora Linux, R-devel, clang, gfortran. It looks like a system dependency...

Fixes two small extra `_`s in the docs. I don't think I have the power to run `/document` in this repo to regenerate the .Rd files, but that should do...

After #755 generic detection is great for identifying generics and linting only S3 method definitions. I have noticed that some of the base [group generics](https://stat.ethz.ch/R-manual/R-devel/library/base/html/groupGeneric.html) (like `sum`) are not listed...

object linters 🏀
false-positive

I've run into a bit of an issue when grabbing a numbers of users: If the list length is equal to or over 100, and includes screenname(s) that are only...

should be quick

[`rlang::abort`](https://rlang.r-lib.org/reference/abort.html) makes for much nicer error messages (see below). So far they haven't been used, but there are only 3 `stop`s, so would be easy to transition those. ``` rlang::abort(...