James Hu
James Hu
"this implies PKCE is not supported in serverless environments" - this is my understanding. And the workaround is to use a ElastiCache/Redis session store or DynamoDB session store together with...
Just to share my working configuration. My requirements are: - *.ts files can be executed directly - I can run test cases with jest - The Node.js version is 18...
I can confirm that the bug is still there with the latest version of jest and ts-jest as of May 2023. Also I found that `--maxWorkers=2` (without runInBand) fixes the...
这个是我用的:https://github.com/handy-common-utils/shell-scripts/blob/main/conda-env/pytorch1.13.1-cuda11.7-video-llama.yml
Adding the builder as a field in the object built doesn't smell good. I think a better solution is to add getXxx() methods in RetryerBuilder (suggested) and/or Retryer (not suggested....
It seems the build for ubuntu2204_6.1.1 succeeded. I see hope. I think most of the people will be interested in trying newer version of ffmpeg on newer version of Ubuntu.
Thank you @jrottenberg ! I can see those images are available on hub.docker.com. Can we consider them as "released"?
the workaround probably would still work if you remove ".promisify()" - just put the assignment into the then clause: cy....then(ele => foo = ele)
Really hope this can be resolved. Is there any specific feature in Java 11 being used?
Hi @esteininger, I am new to this repo, so maybe this is a naive question, does it work with CPU? I mean, with this patch, is it able to generate...