iyanging
iyanging
Hi @BvB93 @hauntsaninja, I made another PR which merged master, maybe it's worth to have a look.
@pareekdevanshu @treethingy @gustabart If you are using GraalVM gradle plugin, you can set these in your `build.gradle.kts`: ``` graalvmNative { agent { tasksToInstrumentPredicate.set { task -> !task.group.equals("liquibase", ignoreCase = true)...
Is it possible for uv to invert the logic of `AuthMiddleware.handle()`? It will let uv send an authorized request first.
FWIW, the logic of `pip`, which handles auth, is located at `MultiDomainBasicAuth._get_new_credentials()` Code: ```Python def _get_new_credentials( self, original_url: str, *, allow_netrc: bool = True, allow_keyring: bool = False, ) ->...