Peter Story

Results 32 comments of Peter Story

Version 3 of Raccoon used to have this functionality. But it seems that the ability to download via the CLI has either been removed in Version 4, or else the...

Ah, that option is good to know about! I think that option is helpful in some situations, but a "Save and Share" option directly in the File menu would be...

I agree that it is possible to avoid this issue, but the problem when teaching is that students make all kinds of creative mistakes. Thus, the more usable the programming...

My best guess at the moment is that this while loop is causing a large number of requests to be issued, which is causing Google to rate-limit me: https://github.com/NoMore201/googleplay-api/blob/6f5565bdefb8cc9852240e04d9e3ea603bccfc73/gpapi/googleplay.py#L316

@matlink and @NoMore201: I've made two changes. 27d9cb4 is a fix for a genuine bug I discovered, where an infinite loop of requests could be generated. 7af8359 is an implementation...

If you are familiar with Docker, this Docker image I created might work for you: https://github.com/MobileCommerceLab/RQDA-RStudio-sshd

I wasn't able to find a way to calculate inter-coder reliability in RQDA. However, I found a decent workaround. First, I have annotators annotate with two different RQDA projects. Then,...

Hopefully we will see a solution now that Jekyll 4.3.0 has been released: https://github.com/jekyll/jekyll/releases/tag/v4.3.0 In the Jekyll 4.3.0 release notes: > Add webrick as a dependency So hopefully a fix...

Just checking in again, since this semester I have more students who are having difficulty sharing projects. Interestingly, some students are sending me project links, but the links don't work....

If I choose "Build for Rosetta," the build fails with the error: ``` /Users/pstory/Documents/git-repos/Delta/Cores/MelonDSDeltaCore/melonDS/src/ARMJIT_A64/ARMJIT_Linkage.S Command CompileC failed with a nonzero exit code ``` Under MelonDSDeltaCore.