Kevin Pauli

Results 5 comments of Kevin Pauli

I too am attempting to use http template, and would like to set the authorization header using a value from a secret.

Yes IMO this is required for developing any non-trivial real-world script that needs to be configurable at runtime

> argparse isn't supporte (or at least I don't expect it to work) It actually does work with argparse! ``` library(argparse) parser

FYI I'm having this exact issue. Glad to see there exists a reasonable solution, eagerly awaiting it!

Just in case anyone is coming here because you are trying get reproducible environments with conda and python packages (including private repos), you might try the combo of conda+poetry rather...