Antonin Stefanutti

Results 261 comments of Antonin Stefanutti

@0xDevrim Chrome is supposed to be installed by Puppeteer when Decktape is installed, e.g., with `npm install -g decktape`. The Puppeteer runs a post-install script that downloads Chrome and installs...

Thanks for the report. There is indeed mentions that missing `browser.close()` call could be the issue, but I think Decktape does that already. There are other mention that one work-around...

This should be fixed with #321. Thanks for your patience.

It seems like it would be the right level to abstract our needs for _packaging_ and _distributing_ artifacts. From the performance standpoint, interaction with the container registry is now the...

The `.spec.repositories` field from the IntegrationKit API should probably also be removed, as identified in #2328 by @johnpoth.

Updated URL for creating a custom dashboard: https://kiali.io/documentation/latest/runtimes-monitoring/#_create_new_dashboards. A default dashboard for Quarkus is also available: https://kiali.io/documentation/latest/runtimes-monitoring/#_quarkus.

I've faced the issue while running this example from Ray https://github.com/ray-project/ray/blob/master/doc/source/templates/04_finetuning_llms_with_deepspeed/deepspeed_configs/zero_3_llama_2_13b.json and I confirm it works with the reverted commit bc48371c5e1fb8fd70fc79285e66201dbb65679b. Thanks!