asadow

Results 45 comments of asadow

Would love this also. In my case, I'd like the cursor to move to right one cell instead of diagonally up-right.

@chinthanishanth Adding `overflow = hidden` only works for me if `height` is not specified.

This is not possible. See #408. [rhandsontable](https://github.com/jrowen/rhandsontable) does it well. @stla That solution above feels a bit janky unfortunately.

That looks great! I wish I knew JS well enough to customize it a bit more. E.g. 1. No Confirm/Cancel. Just click to confirm. Easier to use as a spreadsheet...

+1 for interest in using `keyring` after reading [this page by Hadley on secrets](https://cran.r-project.org/web/packages/httr/vignettes/secrets.html). (Would using `keyring` instead of `.Renviron` mean that the computer must be logged in for an...

Echoing @nickbond, I agree on having the syntax match readr. I don't have opinions on which way, but given the same argument name `col_types` (and Jenny's affiliation), I expected allowable...

@hongooi73 This did not fly for me. Had to request installing the Azure/Microsoft365 R SDK and was denied. @oloverm Did you find a workaround?

@galalH > It's because SMTP Basic Authentication doesn't work when Multi-Factor Authentication is enabled on your account (see [here](https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365#compare-the-options). You'll need to ask your IT people to register an OAuth2...

I also got confused by the missing `save_reactable()`.

> Hi, > > I'm have issues with save_reactable_test(). Under R4.3.1 it errors out with: > > Warning: Error in &&: 'length = 8' in coercion to 'logical(1)' For this...