-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More flexible namespace map #46
Comments
Shouldn't we just load it from the conda forge map you and @mariusvniekerk built? |
We could, I thought it would be more robust to allow 3rd parties to provide it if they wanted to. How do you want to implement that, do you want to pull from the url at runtime? |
I'd recommend we vend in the current state of that file and pull it on demand |
And I guess read from some RC file |
xref: #49 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the namepspace map is loaded from a file. It would be nice to be able to provide it from calling code.
CC: @jkarp314
The text was updated successfully, but these errors were encountered: