Chris Rees

Results 10 comments of Chris Rees

Given that it's Bootstrap, I'd recommend `col-sm-12` for a row with just one team member so that they are centered, and `col-sm-6` for a row with two team members so...

I also ran into this issue when moving to a new version via Docker. I was stuck in a loop until I changed the password to remove special characters. Once...

> I've played around with different ways to get this to work with a simple bash script. Also got inspired by @fremus89's example. I now have a script running locally...

I think you may be saying the same thing I was going for. The URL I posted is the more RESTful version of the call that limits the player to...

I'm not really looking for filtering. What I'm looking for is more modern, RESTful endpoints. Normally you'd have a layout of something like: - `/GamingGroups` - Returns a list of...

- I think having both `/GamingGroups/${groupId}/Players` and `/Players` would be one option. The former allows you to get all players for a given group and the latter gets you a...

Not sure if this is what you'd be looking for, but I found the following in the [BGG XML API Terms of Use](http://boardgamegeek.com/wiki/page/XML_API_Terms_of_Use): ``` BGG grants you a worldwide, non-exclusive,...

At the moment, I don't think we need it. We've pivoted to just use the data straight from BGG for now

I am also running into this with Yu Yu Hakusho, and probably some others that I just have not checked. What I noticed was that the Japanese audio track accounted...

Just throwing my hat in the ring for this. We make heavy use of secrets being mounted in via the compose file's top-level `secrets` key