Peter M. Landwehr
Peter M. Landwehr
To elaborate on this: it's more efficient to use `math` than `numpy` for single point operations. It's more efficient to use `numpy` than `math` for bulk operations: ``` In[1]: import...
I'm [doing a source build](https://github.com/conda-forge/staged-recipes/pull/1262) using `conda` for [conda-forge](https://conda-forge.github.io) and have been seeing the same issue. Everything builds fine except for `python>=3.4 && win`, where I see the above error....
I too, would like to have support for the Discord icon! > It's not the end of the world but would be a nice to have for consistency sake on...
Would it be possible to default family relations to "sibling", "parent", "spouse", etc. when gender is unknown?
(Looks like the bad checksum issue will cause the CI to fail, so might need to see about verifying that a bad checksum is indeed correct,first.
Love to add iMessage to the list of messaging apps
Might be more trivial (or even already possible, but not obviously documented), it would be nice to specify that a task belongs even to just a single environment, e.g. for...
Not installable with strict priority? LibMambaUnsatisfiableError: Encountered problems while solving
After some further research, the `AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?` is due to `ImpImporter` being removed in python 3.12. It can apparently be fixed...
This is helpful! However, this is now two different kinds of bug and a feature: * Bug: You can declare multiple variables of mixed case: all will exist, but only...
Dug around and discovered `envvars_force_uppercase`. Tested setting it to false, and had a crash, and found [#14934](https://github.com/conda/conda/issues/14934), which seems to encompass this. `envvars_force_uppercase` is undocumented in the original source, so...