Markus Skyttner

Results 52 comments of Markus Skyttner

@j13tw Thanks for reaching out and it sounds like you confirm that there is a workaround available? I tried the following nginx configuration, which I think does what you suggest:...

Suggestions for use cases: - a use case reporting progress (and finally getting results from) a single long running calculation with gradual progression indication (much looking like what a progress...

A live-reload feature would be very nice to have! I tried to do some tests, with drip installed in the rstudio/plumber container. I tried using one of the existing bundled...

Another variant https://github.com/mskyttner/trickler is using the official plumber container but extends it with inotify-tools which is used to monitor a directory (mounted from the host) with plumber files. A [bash...

@Ada-Nick I tried using [these files](https://github.com/mskyttner/trickler/tree/main/rpy) ... slightly modified from your setup for example with regards to the call to "import_from_path". Using a plumber container to run it (no RStudio)...

Linux build for container exposing the app through the browser (no hardware acceleration, "softpipe" rendering) works around hardware issues with graphics drivers at the cost of slower rendering, see https://github.com/marialarsson/tsugite/pull/25.

![screenshot-tsugite](https://user-images.githubusercontent.com/1715840/145778750-45b8b092-0494-45a5-bb8b-06814a127a3d.png)

@marialarsson thanks for sharing this research and code, and please feel free to merge this PR, it doesn't conflict with the core code as it adds GitHub Action and a...

I tried to untangle it a little but I'm not so sure about the lowlevel stuff. I think a proposed fix perhaps would involve steps like: - Add a parameter...

My workaround for now, when using jq with "--raw-output" while converting to CSV is to "shell out" to a 4MB docker image and passing results back to R: ```r #...