Shaun Walbridge
Shaun Walbridge
I think this bug can be marked as fixed.
Would it be useful to have a compile time flag that explicitly disabled the legacy provider? I work in an context where we don't have the legacy provider within our...
I admit I have limited knowledge of the modern pip install workflows, but possibly by setting an environment variable at build time, e.g. reuse the same environment variable with: ```bash...
Somewhat confusingly, `conda clean --all` won't actually clean everything. The reason for this is on Linux / MacOS it is not uncommon to have the environments contain only symbolic links...
> A regular x64 conda will run fine on Windows ARM64, however, it will currently only install emulated binaries. conda itself can run fine on a native ARM64 Python (last...
The original post mentions the lack of Windows ARM CI systems, an update is [GitHub Actions now have ARM images](https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/) for both Windows and Linux in public beta.
> > A regular x64 conda will run fine on Windows ARM64, however, it will currently only install emulated binaries. conda itself can run fine on a native ARM64 Python...
This continues to be an issue, no combination of flags or changes to the channels seems to affect the automatic binding to `local` as the top-priority channel. A quick hack...
A pretty simple case to hit this issue is to have inadvertently added a conda pin in the `conda-meta\pinned` file. If you have this, `conda upgrade -n base conda` will...
Nice thought! I think the `arcgislayers` package is the right place for this functionality since it has aspirations to cover more workflows related to interacting with the REST API than...