Zanie Blue
Zanie Blue
@ghpu it does not need to be public, it just needs to be installed locally. Regardless, https://github.com/PrefectHQ/prefect/pull/7179 adds a setting to import your block modules.
This is really cool! Feel free to re-open :)
@feliperazeek I'd recommend opening a new issue instead of bumping this old pull request.
Looks done in https://github.com/mitmproxy/mitmproxy/pull/6368 and https://github.com/mitmproxy/mitmproxy/pull/6335?
Hey @Kludex — a use case I have is to run an API server temporarily. For example, to facilitate a browser-based login experience: 1. The user runs `prefect cloud login`...
This is on my to-do list, it's been slow because of all the cfg changes for testing — we've generally avoided doing something like this so far. Without an in-depth...
I'm tackling this in a more comprehensive overhaul over in https://github.com/astral-sh/uv/pull/2976 if you're interested in looking at it.
Thanks for taking the time to put up a pull request, this was really helpful for understanding the desired behavior. I'm closing in favor of https://github.com/astral-sh/uv/pull/2976 which makes some other...
@ytjohn as noted by Tom, `SSL_CERT_FILE` is a standard used by [OpenSSL](https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_default_verify_paths.html) and other tools like [Golang](https://pkg.go.dev/crypto/x509#SystemCertPool) — does that not do what you want?
@matthiasBT can you please clarify the behavior that still exists? Perhaps by including a code snippet? I imagine this issue is affected by the changes to transaction and connection context...