Vũ Nguyễn
Vũ Nguyễn
> This solution may be useful for your problem, I use html2canvas in my app like this ; > > `html2canvas(document.querySelector("#divToPrint"), {scale: '2'}).then(canvas => { const imgData = await canvas.toDataURL('image/png');...
you can work with this task on Azure Pipeline: - bash: | az pipelines build list git pr list displayName: 'Show build list and PRs' env: AZURE_DEVOPS_EXT_PAT: $(System.AccessToken) # or...
> Hi @vunguyen22271, do we need to consider your shared task to work on @lizhuhuams issue? We are not able to repro it fully in Linux environment I can see...
I use Python 3.11.6 on Mac: ```bash joblib==1.2.0 matplotlib==3.9.0 numpy==1.23.5 pandas==2.2.2 pytest==6.2.4 python-box==5.4.1 pyyaml==6.0.1 scikit-learn==1.4.2 scipy==1.13.0 tqdm==4.63.1 dvc==3.50.2 dvc-s3==3.2.0 pygit2==1.14.1 ``` Add these line before "from src..." in every files...