Antoine Dechaume
Antoine Dechaume
What do you mean by "not really viable"? The builtin :tabnext is mapped to C-PageDown and has the behavior I'm looking for: I hold C and press several times PageDown...
Hello and thank you for this PR! Like for the metaclasses, would you mind creating one decorator per style? For performance reasons, would you also mind preventing the decorator from...
We are facing the same issue, could you please prevent your package from installing `numpy
Thank you very much! I find it surprising that the package and the importable module have different names, would it be possible to name the package like the module (`mma`)?...
I think that suffixing with `python` is redundant and seems spurious since we are in the python world here. Naming the package distribution `gcmma-mma` (the [normalized naming](https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization) should use `-`)...
`py.path` is part of the [py package](https://py.readthedocs.io/en/latest/path.html) that is a dependency of `tox` version 3 and `tox-conda` only supports this version for now.
I'm surprised the current `tox-conda` could be installed with `tox` 4 because `tox-conda` has a constraint on the version of `tox`. Do you know why this happens?
It turns out that when `tox` creates the provisional env to install `tox-conda`, `pip` find an old version (0.8.1) of `tox-conda` that has no constraint on the version of `tox`....
Unfortunately I do not have access to such a Mac for testing. Have you tried to just set `CONDA_SUBDIR=osx-64` from the shell that runs `tox`? You may also try to...
@tibortakacs How about having working tests?