livecode icon indicating copy to clipboard operation
livecode copied to clipboard

Results 10 livecode issues
Sort by recently updated
recently updated
newest added

This avoids the browser block of the websocket served through ws [CSP: upgrade-insecure-requests - HTTP | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/upgrade-insecure-requests) This is particularly useful when streaming to the outside world using a service...

I followed the installation steps described [here](https://bitsandbricks.github.io/post/code-live-from-rstudio-and-share-it-with-the-world-in-real-time/): But when I write `s

I've found that is relatively simple to enable public access to the file served by `livecode` using a free service like ngrok. I made a brief tutorial, here: https://bitsandbricks.github.io/post/code-live-from-rstudio-and-share-it-with-the-world-in-real-time/ Could...

Since version 1.4 of the `markdown()` package, the `markdownExtensions()` function has been removed. Currently, lines 332-336 of `file_strem_server.r` are: ```r text = markdown::markdownToHTML( text = text, fragment.only = TRUE, extensions...

`package ‘rundel/livecode’ is not available (for R version 3.6.3)`

I've been testing `livecode` (which is awesome, by the way) as a tool to share the with my students as I write it. I teach using Rmarkdown, and quickly noticed...

- A few spelling fixes in DESCRIPTION and README - A few fixes to eliminate R CMD CHECK notes (but there are still 2 warnings and 2 notes) - Change...

This package is revolutionary, so first: thank you! It would be great to be able to change the file being streamed mid-flight, for example to switch between R files. At...

## Issue Get the following error trying to install the package. ``` get_ip.cpp:4:21: fatal error: ifaddrs.h: No such file or directory #include ``` ## Step (in my PC) to reproduce...

I am getting the following error when starting the server: > server = livecode::serve_file(bitly = TRUE) ✔ Started sharing 'LiveCodeLink.R' at 'http://10.152.139.174:26196'. ✖ The current ip address ('10.152.139.174') for the...