Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

Mermaid seems to be supported by [markdown-preview-enhanced](https://github.com/shd101wyy/markdown-preview-enhanced) now. But that project is pretty young, so I would not use it in production (at least for now).

I just had the same issue in a different browser, but after setting the cookie on the server, it was resolved. It is important to make sure that the cookie...

Hi @marco86to, sorry to hear this! I believe that the issue is to do with I/O between PHP and R and unfortunately I don't know how to fix it. A...

Hi @ukebako, I haven't tested the code in ubuntu, so there might be problems as you describe. Feel free to contributed to the repository by submitting a pull request if...

Hi @marciovsena, By default R outputs some messages into error output not to mix them with results of calculations etc. Here is what you can normally see in RStudio: >...

@dipenpatel235 it may be that the R sub-process is spawned for a different user. Can you try getting your username within R code (e.g. using [whoami](https://github.com/r-lib/whoami))?

What does the error say?

If the process halts and then timeouts, the problem may be to do with I/O between PHP and R then. This was once fixed in https://github.com/kachkaev/php-r/pull/35, but may be ongoing....

@yooper could you please have a look at #35 and check if that fixes your issue? Please send a ping if you can't do this too so that we did...

Hi Mikaël, thanks for reporting this issue. Unfortunately, I won't be able to find time on looking into the problem. However, if you find the cause and submit a PR,...