Thomas Wimmer
Thomas Wimmer
I created a ticket, where I asked about implementation details of this feature in https://github.com/pytest-dev/pytest/issues/7140
I think this can be closed now
If you mean that code-base of xonsh is now formatted using xonsh, then yes.
Note that there is also a new package called https://github.com/casouri/expreg (I guess it will soon be added to ELPA, because its author asked for adding this package to ELPA)
What are the plans for setuptools once the `bdist_*` commands are removed from the code-base? Does it make sense that versions of the `bdist_*` commands are maintained by the community...
I think this can be closed in favor of #19
Maybe we should move it to emacsorphanage. cc @tarsius
I've just read that there exists https://github.com/nyyManni/jiralib2. So maybe we don't need to move this repo at all.
See https://github.com/protocolbuffers/protobuf/pull/5234, where I asked whether the EnumTypeWrapper classes can be replaced by enum from the stdlib.
As a workaround, it is possible to call the dof_indices method on the private `_cpp_object` attribute: (tested in dolfinx 0.7.3) ```py In [2]: bc._cpp_object Out[2]: In [3]: bc._cpp_object.dof_indices() Out[3]: (array([0],...