Timothee Groleau

Results 29 comments of Timothee Groleau

In case it helps anyone, I am encountering the same with `GET /orgs/{org}/members` and `GET /orgs/{org}/repos` It looks like the `headers` declaration is missing in the options definition. So this...

Camera control to: 1. Mirror player cam 2. Restart player cam has been implemented

In addition to the primary view concept, NTC has not supported player cams to multi-views to save on network bandwidth. This was to guard against cases where game host may...

I'm going to close this, the current support for vdo ninja does provide cam to multiple views.

Thanks @TheRealTomelloSoulMan! With docker, all environment variables should be declared in the container definition, the .env file should not be needed with docker I reckon.

Hey @Javantea ! Thanks for the report. It's great to see folks report issues here 😄 . It's very rare, and even more rare that folks have dug into the...

Sessions have been extracted to DB, but not rooms. Having the sessions out was already a great improvement, because it means producers, admin and renderers can all reconnect as soon...

The current standard layout is [ctwc23](https://nestrischamps.io/replay/ctwc23/218572-189343?bg=2&speed=3), and drought counter is implemented.

The command `startRound` could be forwarded to views (to display a countdown), and possibly producers, to inform the players of the countdown 🤔 This is related to having the renderer...