Matthias Albrecht
Matthias Albrecht
No, I couldn't get any HD-patched version to work on my tablet. I'm currently using the official Netflix app, but the quality leaves something to be desired.
I can confirm, this is still present. I currently can not find an online API documentation for CsvHelper.
@macias I cannot get this to work. ``` class VideoStream { nextTrack() { console.log("test"); } } function createVideoStream() { let videoStream = new VideoStream(); return DotNet.createJSObjectReference(videoStream); } ``` And on...
I solved it by actually returning the VideoStream object: ``` function createVideoStream() { let videoStream = new VideoStream(); return videoStream; } ```
@macias Thanks! However, I don't understand why it didn't work with `DotNet.createJSObjectReference`. In this case the function could never be found which kinda makes sense because the underlying JS object...
@macias Could you show this helper function? Might be useful for me and others.
@mjskay This is really an issue. Is there any fix planned?
@mjskay Sure thing: ``` r library(ARTool) data(Higgins1990Table5, package = "ARTool") m Error in eval(predvars, data, env): object 'Moisture' not found ``` Created on 2023-08-28 with [reprex v2.0.2](https://reprex.tidyverse.org) A slightly different...
Thanks for the effort! @mjskay I am not familiar with random slopes - is this really equivalent to a repeated measures model in all cases? Do you think that a...