Piotr

Results 666 comments of Piotr

Hi @aksy2512, thanks, it is all yours! The first step would be to reproduce the issue. Are you able to reproduce it locally with some fake data?

Thanks @aksy2512 for looking into it. @yairVanti could you please provide example data and code to reproduce the issue locally?

Please could you provide PR to fix this?

@adrienpacifico you are right, labels should be changed to validation. For test data there should be separate function `score` or `evaluate`

> Do you think documentation/docstring (e.g. line 90) should also be modified? Yes, all confusing places should be updated. > Why so? Users could have an very easy way to...

@fernaper thanks for reporting the issue. Yes, please attach the code and data to reproduce the problem. Maybe `total_time_limit` is too low? Do you have similar issues when `total_time_limit=120` or...

@fernaper you are right, there should be better error message.

Thank you @krassowski! - I've tried to call `splitPanel.update()` at the end of constructor but with no success. - What do you mean by overriding `contain`, should I create new...

Thank you! Still nothing ... Screenshot: ![image](https://github.com/jupyterlab/lumino/assets/6959032/d08c4cb9-7a35-4301-8aca-4a1d97118a1d) Code: ```ts const splitPanel = new SplitPanel(); splitPanel.id = 'my-split-panel'; const left = new Panel(); const right = new Panel(); left.node.style.contain = 'none';...