Sean Browning

Results 23 comments of Sean Browning

I've also accomplished this by making a psuedo `blastula_creds` object with no username and password, since this is not checked in `smtp_send()` if passed via the credentials argument FWIU. ```r...

Yes, that seems to be the intended solution. Should have dug around in the man pages a bit more. If this is a common use case, maybe it's worth documenting...

I think this is demonstrably abandonware at this point and needs to be forked.

Ditto. Here is a `dput()` of the data that halted it for me: ``` c(0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...

I'm not sure of your use case, but this may not be the best approach. Instead of markdown, you could simply have trelliscope write out several displays in the same...

Yes, I'll try it out today @ElianHugh. Thanks for the quick work on that!

Ha, well now I've bricked my install. I uninstalled the extension, rebuilt your branch and installed that, and now none the the commands work: ![image](https://user-images.githubusercontent.com/25888380/135493887-8028820c-bcbb-46e4-b26e-5db9c7de0ab8.png) ![image](https://user-images.githubusercontent.com/25888380/135494548-82ff2f39-5581-4ca5-a058-14ecb79a4717.png) I tried to revert...

Ah, wiping the directory did the trick--thanks! Unfortunately, I still can't get the vsix file I built to install correctly (or it appears to, and then results in the command...

> > Unfortunately, I still can't get the vsix file I built to install correctly [...] > > Have you tried with the vsix file from [here](https://github.com/REditorSupport/vscode-R/actions/runs/1290942928)? That one did...

@jcheng5 is it still anticipated that this will be in the 1.2.0 release, or will it take longer to scope out?