Ben Raymond

Results 23 issues of Ben Raymond

This PR provides support for a logo or watermark to be added (i.e. an image overlay that persists for the whole video, independent of individual clips). See https://github.com/mifi/editly/issues/102 for existing...

Hi, not sure what is going on here. I am trying to get the ChangeMask operator through `image_composite` to respect the `fuzz` argument. But `imc1` and `imc2` here are identical:...

Perhaps I have missed something, but the setup instructions (https://github.com/swcarpentry/r-novice-gapminder/blob/main/setup.md) do not seem to mention installing Git. On Windows, that means that the RStudio terminal will use the Windows command...

Some functions (e.g. `path_tidy`) call `enc2utf8(as.character(path))`, but others do not coerce to character first (e.g. `path_expand` just calls `enc2utf8(path)`). This leads to inconsistent treatment of non-character path inputs between different...

feature

`ymd_hms("2007-03-08 13:13",truncated=1)` gives `"2007-03-08 13:13:00 UTC"`, as expected. `ymd_hms("2007-03-08 1:13")` gives `NA` and warning, as expected. But `ymd_hms("2007-03-08 13:13")` gives `"2020-07-03 08:13:13 UTC"` without warning. It is using a "YYMM-DD-HH...

parser :carrot:
feature

`qrencode_png` seems to give me a white-on-black image, which isn't recognized (by my phone) as a QR code: `` (the github comment won't render this img, you'll have to copy...

bug

Fixes #156. Position of the news-title layer now follows the position parameter. If the `x` location is more than half of the width, the layer will slide in from the...

`visregFactorPanel` with `partial = FALSE` gives a plot with the text "Error using packet nn object 'ind' not found" on each panel. It stems from: https://github.com/pbreheny/visreg/blob/master/R/visregFactorPanel.R#L31 The variable `ind` is...

Currently the `image_info()` function scrapes its info from a web page. Ideally this should use a web service instead, but it may require implementing one on the server side. At...

When ALA4R was written, the variable named returned by different services were inconsistent, and so there is various variable-renaming code that tries to make these names more consistent. See primarily...