Joshua Cold

Results 61 comments of Joshua Cold

@nvuillam I think lots of us in here would appreciate it if we could get this looked at and released as soon as you can. https://github.com/nvuillam/npm-groovy-lint/pull/444 Thank you ❤️ I...

@nvuillam the link in my previous comment is a PR to fix this current issue. Sorry if I wasn't clear. Just looking for a review

@nvuillam I tested the new release and I believe we can close this. My jenkins pipelines being linted are getting the correct diagnostics and `npm-groovy-lint` no longer has issues on...

Currenty when I do a "release" I manually create the git tag. `git pull origin main` `git tag X` `git push origin tags/X` If we had some change of automation...

I added some automation to this https://github.com/joshzcold/Friendly-Feud/blob/master/.github/workflows/tag-repo.yaml it create `-beta()` tags however. When we create a new "Release" in github we have an option to create a tag which is...

One "simple" solution might be that the game window can listen for key presses, say `a` and `l` or `j` and `k` Then a user can hook up 2 of...

I don't think we need "Be able to add player names to the game without them joining". I think a better goal is "Be able to have a buzzer interface...

Got started at this branch. https://github.com/joshzcold/Friendly-Feud/tree/feat/admin_buzzer_screen Includes: - storing a password for the host session so only the host can access this buzzer page. - starting a new page called...

Got a PR that is 90% the way there. Needs new e2e tests and some kind of "Help" page about features of Friendly Feud before I count it as complete.

I think the challenge I had was using secure websockets for production. I think you would need to make a conditional to swap `wss://` with `ws://` when your in http...