mixer icon indicating copy to clipboard operation
mixer copied to clipboard

a tool to initiate meetings by randomly pairing individuals

Results 4 mixer issues
Sort by recently updated
recently updated
newest added

Add support for migrating the database schema. Some existing libraries: - [migrate](https://github.com/mattes/migrate) - [goose](https://github.com/pressly/goose)

Seeing this in the logs: ``` json: cannot unmarshal string into Go value of type bool ``` I believe it is coming from `PersonPutHandler` or `PersonPostHandler`.

admin ability to add/edit/modify/delete group names

enhancement