Peter Story
Peter Story
I installed `sf-pwgen` from MacPorts today on MacOS 10.15.3, and I'm seeing an issue where occasionally no passwords are generated. See output below from several runs of the command: ```...
A number of my students have had difficulty sharing links to their Snap! projects with me. I think a simplified option for sharing projects should be added. ## Current Behavior...
Working on BJC Unit 2's Lab 1, one of my students created a very confusing bug: https://snap.berkeley.edu/snap/snap.html#present:Username=peter_story&ProjectName=U2L1-NumberGuessingScriptBug Reading through the code of the `numberguessinggame` block, everything seems fine! But the...
Testing [unit 1, lab 1 from the BJC curriculum](https://bjc.edc.org/bjc-r/cur/programming/1-introduction/1-building-an-app/2-start-your-first-snap-app.html?topic=nyc_bjc%2F1-intro-loops.topic&course=bjc4nyc.html&novideo&noassignment), I encounter a bug when trying to share edits made to an existing, shared project. **Replication** Following the lab's instructions, I...
I think it would be useful to be able to load a series of pages with a persistent instance of PhatomJS. This would facilitate measuring the affect of resource caching....
As described in my PR (https://github.com/NoMore201/googleplay-api/pull/41), the current implementation of the code doesn't handle Google's rate-limiting gracefully. However, there is also the question of why I'm encountering rate-limiting in the...
* Setup instructions * A test for search() For https://github.com/NoMore201/googleplay-api/issues/44 Here is an example of the results of running the test suite: ``` (venv) bash-3.2$ python -m pytest -v ==================================...
Before I invest time in solving #43, I plan to implement a simple `pytest` test suite for the methods I will be changing. I will include instructions for using the...
The [documentation here](http://rqda.r-forge.r-project.org/documentation_2.html) suggests that it should be possible to calculate the inter-coder reliability coefficient: > "Name of coder" is the name of the analyst. This is crucial if there...
Using `RQDA_0.3-1`, I get an error when clicking the `Recode` button. Steps to reproduce: 1. Open RQDA project 2. Navigate to Codes tab 3. Double-click on a code (e.g., `positive_sentiment`)...