Teijo Laine

Results 5 issues of Teijo Laine

If user has assigned teams in unbalanced fashion, how should the library behave or warn about it? In the following picture, teams 2, 3 and 5 could not resolve who's...

wontfix

Adding this just as a note to self, or anyone interested: A team forfeiting a match or tournament is a separate problem from not being in the tournament to begin...

enhancement

Match with multiple rounds, e.g. best-of-3 match, could render results of each round of a match. Current rendering corresponds to BO1 style for matches. BO3 could have 2 or 3...

enhancement

Reading "`.env`" files is very close to what the library is doing already. The API could be expanded to parsing also these files with e.g. `const result = requireEnvironmentFile(filePath: string)`....

enhancement
wontfix

Logically the arguments for the masking function are as documented in README: ```typescript mask?: boolean | ((value: Parser | string | Default) => string); ``` Currently the `value` will get...

bug