Aaron Wolen

Results 31 comments of Aaron Wolen

True. But still, these are awesome.

I experience this same issue with my ZWP dimmers (similar to the HS-HD100) and running this branch fixed it for me as well. Hope to see this merged soon!

That's an interesting problem. I agree it _should_ be possible to include an email address _and_ use the links as footnotes option but I'm not sure how best to make...

We need a better long term solution but in the mean time we can workaround this by disabling Pandoc's `autolink_bare_uris` extension ```yaml output: linl::linl: md_extensions: "-autolink_bare_uris" ```

Unfortunately that functionality was lost in the rewrite. It should be relatively easy to re-implement. I'll add it to the roadmap.

Can you verify the error is consistently reproducible (seems like it might be connectivity related). If it is, please post your code so I can attempt to reproduce.

Hi @cjvanlissa, thanks for the question and I apologize for the slow response. It is not currently possible but it's something I'd like to add relatively soon.

Thanks for reporting and the excellent reprex! However, I'm not able to reproduce the issue with the current CRAN release of osfr (v0.2.8). When I run ```r code_pkg_files % osfr::osf_ls_files(path...

Hi @eshom. I agree file version support would be a useful addition to osfr. It's definitely on the roadmap.

Hey @psanker, I totally agree this would be a useful addition. The OSF API actually provides checksums for remote files, so my plan is to add an argument that enables...