good-enough-golfers icon indicating copy to clipboard operation
good-enough-golfers copied to clipboard

The "good enough" Social Golfer Problem Solver

Results 8 good-enough-golfers issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Let's say we have a class of 20 students divided into four groups (0, 1, 2, 3) with five students per group. Each group is assigned specific tasks, and we...

To assist non-programmers and non-developers, an Installation section in the `README.md` file would be helpful to let them know they need to set up a simple local web server to...

An enhancement to consider is a `balanced` Boolean flag or whatever variable name to group people so the groups would be more balanced based on a rating (1 to 5)...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [http-server](https://github.com/http-party/http-server). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [http-server](https://github.com/http-party/http-server). These dependencies need to be updated together. Updates `qs` from 2.3.3 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...

dependencies

I am using this code to make euchre tournament partners avoiding repeats so you'll play with more people. It works amazingly well for this. But my ask is, if I...

I was attempting to find a way to split a pool of 8 participants into 3-player teams evenly (with two spectators per round) but cannot seem to find a good...