Welton Rodrigo Torres Nascimento
Welton Rodrigo Torres Nascimento
Uvicorn on docker image `tiangolo/uvicorn-gunicorn-fastapi:python3.8` is `uvicorn 0.11.3 with CPython 3.8.2 on Linux` This version is affected by two CVES: CVE-2020-7695 and CVE-2020-7694 Output of pipenv check on this image:...
Closes https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/85 I suppose it would be more maintainable to somehow have this dependencies managed by poetry and let dependabot deal with them. Not sure how to do that for...
If I follow a link on the article and then press back on my phone, I am take back to the main view, not the previous page. This is rather...
STEPS TO REPRODUCE: 1. create a 2 replica cluster 2. randomly disconnect one of the nodes (on the cluster menu) 3. refresh the page until you see "Disconnected" on the...
### Describe the bug When upgrading from 15.1.1 to 16.0.1 the new container hungs during infinispan sincronization with following error: Update: similar problem going from 17.0.1 to 18.0.2 (see https://github.com/keycloak/keycloak-containers/issues/377#issuecomment-1173140844)...
You can use (or modify face-alignment) yourself to get realtime face landmark with this code: https://github.com/kwea123/VTuber_Unity/tree/master/face_alignment It's really plug and play, except you'll have to integrate it in your repo...
I'm working in a project modernizing an application which uses informix driver as datasource. I'm planning in building an galleon layer for that datasource. Are you interested in an PR...
The model selection widget says that I need to provide api keys to choose models. Workaround is to put anything "afasfsdfasdf" as the open ai key.
Hi. The following Dockerfile would work wonderfully if we somehow could cache the deps for the wildfly-jar-maven-plugin in the `dependencies` phase. Something like `mvn wildfly-jar:go-offline`. ```dockerfile FROM maven:3-openjdk-11 as dependencies...
**In what version(s) of Spring for Apache Kafka are you seeing this issue?** spring-kafka:3.0.4 kafka-clients:3.3.2 **Describe the bug** Tryied to create a native springboot with kafka using microsoft azure eventhub...