Dave Hirschfeld
Dave Hirschfeld
The `json` file downloaded fine, but not the other one: ``` ❯ curl -fsSL -vvv https://conda-mapping.prefix.dev/hash-v0/115b796fddc846bee6f47e3c57d04d12fa93a47a7a8ef639cefdc05203c1bf00 * Host conda-mapping.prefix.dev:443 was resolved. * IPv6: 2606:4700:20::681a:dbc, 2606:4700:20::ac43:4867, 2606:4700:20::681a:cbc * IPv4: 104.26.12.188, 104.26.13.188,...
It's not *impossible* to get security to whitelist `conda-mapping.prefix.dev` but it would be greatly preferable to be able to serve the files from our Cloudsmith repository. On a less locked-down...
Is there anyway to download the mapping and point to a cached version? Or is it required to be connected to the internet to download from `conda-mapping.prefix.dev`?
I guess at least this line would need to be configurable? https://github.com/prefix-dev/pixi/blob/93a1d1cd830ba4049c52d8738766246fcd88ed3b/crates/pypi_mapping/src/prefix_pypi_name_mapping.rs#L22 I'd be happy downloading the `compressed_mapping.json` file periodically, I'm just not sure what my webserver should return when...
> *Bot automatically fixes formatting* I'd be nervous about anything unseen being merged. I think it would be better if a bot tested each commit and automatically issued PRs against...
I was thinking it could be done if the PR author allowed edits from maintainers:  > *I don't like revision histories that are cluttered with formatting changes* A lot...
Resolves #63
On Windows `Ctrl-Break` is often used for terminating processes, but so is `Ctrl-C`
Is Notebook Intelligence a competitor to `jupyter-ai`? i.e. you'd install one or the other, not both?
If you're looking for some prior-art to guide the implementation I think the JupyterLab experience is an excellent (and battle-tested) UI/UX. The tab drag & drop functionality is provided by...