Eric Oswald

Results 7 issues of Eric Oswald

Currently when you open the Toornament tab after the filetime of the token has expired, there will be no tournaments to select from. That's because when the token is grabbed...

Looks like v1 is being used when it's deprecated. https://github.com/deStrO/eBot-CSGO-Web/blob/master/apps/backend/modules/matchs/actions/actions.class.php#L1070 https://developer.toornament.com/v1/overview/get-started

Can environment variables be used to modify this section? https://github.com/deStrO/eBot-CSGO/blob/master/config/config.ini.smp#L35-L49

Have entrypoint.sh be responsible for creating config.ini and allow maps definied by the environment. Now we can define maps here: https://gitlab.com/counterstrafe/docker-ebot/blob/master/docker-compose.yml#L14-29 and have them get generated here: https://gitlab.com/counterstrafe/ebot-csgo/blob/master/config/config.ini.smp#L35-49

The docs say to compile gRPC using make however according to gRPC's repo, this is deprecated. From the compile docs: ``` After running make and sudo make install on the...

Hi, is there a reason that the Histogram metric doesn't hold a `ValueClass` for the `_count` so they can be exposed in multiprocess mode? It would be really useful for...