Joshua Cold
Joshua Cold
after creating `script/parse_csv` this project now has the ability to load up csv data into the cold_family_feud format. The operation would go as follow: - Someone creates a CSV with...
If someone is casting the game screen then the audio should be playing from the game screen instead of the admin console. This would require play/pause functionality for the theme...
For fast money we have to pick two team mates from 1 team. We have to tell 1 player to "leave the room" or video call while we run the...
Play a sound when pressing the buzzer. Would be pretty fun to hear player's phones go off if they are playing in the same physical room. After enabling the mobile...
`/game` is self explanitory, but the admn console does need a bit of training to get the hang of all the controls. This would be a good chance to start...
there is error checking within the game creator, but none in /admin. I assume that if someone loaded a bad .json currently it would prevent game play.
There is a chance with `cmp-rg` to accidentally run a large completion job (even with `max-depth` set to something reasonable) if you are in a directory that has lots of...
Currently on https://famf.app if I want to deploy a new version of code I wait until no-body is playing the game before I can deploy. This is because the current...
``` let g:dotoo#agenda#files = ['/home/joshua/git/org/*.dotoo'] let g:dotoo#capture#clock = 0 let g:dotoo#capture#refile = expand('/home/joshua/git/org/refile.dotoo') ``` say I have these agena files ``` ❯ ls git/org/ AA.dotoo devops.dotoo refile.dotoo SSPR.dotoo ``` if...