Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

Another issue that makes pipx not friendly is the fact it doesnt use System Certificates like pip does. This causes locally issued certs to not be trusted even though the...

@victorstevansuse @tjbck Why was this close? It's a good feature to have for multi-user deployments. Right now there's no way to search who did what.

I'd be cool if there was also an option for publishing the metrics to a Prometheus Pushgateway. This would benefit short-lived and ephemeral jobs. It's already supported by the Prometheus...

@Lancetnik Yeah, that would work 💪

@profclems All I did was update the version, and change to the code from my original post, and it throws an exception now. The readme needs to be updated, `LoadConfig()`...

@profclems I have multiple global instances, but they have different names though. I'm loading multiple `.env` files.

@Classic298 Yes, it basically runs multiple instances of the FastAPI server which is what serves the API. When doing benchmarks I notice mine was only using 1 core, and I...

@Classic298 I run it in Docker so I can't do other benchmarks unless this option is added.