Viacheslav Kukushkin

Results 51 comments of Viacheslav Kukushkin

@slowli @defuz > Make leader exclusion a consensus rule... > Make leader exclusion a policy... As for me, it is metaphysical question: how strongly do we believe our validators? If...

Hi! Though documentation keeps silence about query params, I've found a solution: ``` @api.route('/api/rec/') @api.doc(params={'uid': {'description': 'user UID'}, 'param1': {'description': 'blabla', 'in': 'query', 'type': 'int'}}) class MyResource(Resource): @api.doc(params={'param2': {'description': 'another...

The "standard" way of cli interface is usually a cli command with sub-commands, like `gandlf anonymizer --params`. What do you think if we support such an cli app / entrypoint?...

Is the corresponding BraTS data publicly available? Can you provide it also, please?

1. I rrreally like how the entities code is simplified. Now it's much easier to be read, thanks a lot man! 2. In the previous code version `TestReport` was a...

Auth test still fails because of `webdriver-manager` requires Chrome == 125 (by default), while new version installs Chrome == 127(?) https://github.com/mlcommons/medperf/actions/runs/9464826888/job/26072984898?pr=586 Can we solve this in a separate PR and...

https://github.com/mlcommons/medperf/pull/524

Another approach with printing via UI instead of writing mlcube logs directly to stdout: https://github.com/mlcommons/medperf/pull/541

A fix to support displaying dynamic lines (i.e. ones that ends with \r instead of \n): https://github.com/mlcommons/medperf/pull/545

An improvement to hide exaustive docker cli hints from docker output: https://github.com/mlcommons/medperf/pull/546