Ken Lauer
Ken Lauer
@conda-forge/help-c-cpp, this is ready for review when you have a chance. Thank you!
@conda-forge/help-c-cpp, is there a chance you could take a look at this PR? Thanks!
@conda-forge/help-c-cpp, is there a chance you could take a look at this PR? Thanks!
@conda-forge/help-c-cpp, is there a chance you could take a look at this PR? I've addressed the reviewer's comments as best I can without more guidance. Thanks!
@conda-forge/help-c-cpp, ready for another review when you get a chance. Thanks in advance!
I ran into this bug this week, where the subprocesses of `micromamba run` were somehow getting orphaned rather than killed. I was rather surprised to find `micromamba run` not able...
I have a proof-of-concept here that seems to be working in my deployment, at least: https://github.com/ken-lauer/nb_conda_kernels/tree/enh_micromamba I expect there would be a fair amount more work to make it acceptable...
@genghisun I have `conda` aliased to `micromamba` for users on our machines as they're used to typing it. The branch linked above, for better or worse, assumes the same is...
This should be merged before #68
Just a guess, but you might need to split the parameters to `op read` into individual strings: ``` openai_api_key = { "op", "read", "op://vault/item/field", "--account", "" }, ```