Faustin Carter

Results 12 comments of Faustin Carter

Any updates on this?

@tpanza You can work around this by creating a `.netrc` file and sticking it in your `%UserProfile%` directory. The contents of that file should be: ```netrc machine artifactory.web.mycompany.com login MY_ARTIFACTORY_USERNAME...

> Thanks, @FaustinCarter . Confirmed that the `.netrc` method does indeed work. (It also lets me remove the auth credentials that were embedded within my pip configuration.) Glad to help...

I think this is a good idea. Is the idea to display this above each of the 1D histograms?

This is not currently possible without editing the code directly, but it shouldn't be that difficult to add. @SebastianBocquet, you have any objections to folding this in in the near...

Additionally, I'm noticing that after `SecTrustSetAnchorCertificates` is called on line 429, there is _not_ a followup call to `SecTrustSetAnchorCertificatesOnly`, which means that the built in system-provided anchors will not be...

As a frequent user of this package I strongly support this idea.

> Note that if you run `conda config` without `--json` then the auth and token portions of the > original URL will be omitted, which is probably not what you...

This is now a huge issue for anyone using conda-forge and wanting to run a Python version newer than 3.8 since msgpack-python 0.6.2 (the most recent pre-1.0 version) has not...

I'm having this same issue with mambaforge. Initializing conda in my powershell profile costs me at least 10 seconds every time the shell launches