Results 1019 comments of Randy Lai

unfortunately, it is not quite possible given the rmate protocol, SFTP is a better tool for this purpose. However, you could open all files in a directory using `rmate /*`

I have no idea why it occurs. What packages have you installed? Maybe there is a crash with other packages?

To my knowledge, every Jupyter notebook could only connect to one kernel. So it is impossible to create an R cell along python cells. If what you meant is to...

why do you need to build the wheel? it should be easy to install it from source.

You will need to "process" the events using `interface.process_events()`. Basically, you will need to poll the status like ``` While True: if interface.peek_event(): interface.process_events() time.sleep(0.1) ```

This repo is also semi retired. This repo exists mainly because of the RStudio server formula and it was migrated to brewsci. And I personally do not use this r-x11...

I am not very familiar with conda package. @jdblischak do you have any idea? Do you need to trigger a new build for rchitect?

I believe rchitect with work with any recent versions of cffi/libffi. rchitect does require cffi (hence libffi) in build time though.

What is it about? There is no `internals` module.

I think the current Sublime api doesn't allow us to do so...