Christian Clauss
Christian Clauss
It might be useful to make __dev__ the default branch of this repo so the natural approach for new developers would be to contribute to __dev__. Then the maintainer can...
Yes... Sorry, I should have been more explicit about ___allow failures mode___ (`|| true`).
Need to [`python3 -m pip install ply`](https://pypi.org/project/ply) and then modify `import lex` --> [`from ply import lex`](https://github.com/asl2/PyZ3950/blob/master/PyZ3950/ccl.py#L124). https://github.com/asl2/PyZ3950/search?l=Python&q=import+lex
The `U` file mode was [removed in Python 3.11](https://docs.python.org/3/whatsnew/3.11.html#porting-to-python-3-11) because it had no effect so the `U` can merely be removed. Why use npm 6 when npm 9.2 is available?
> I'd appreciate if you'd cater to all instances of tuple.* in both m_variable.py and m_array.py file. This is already done because neither `Tuple` nor `List` appear in `m_variable.py`. >...
Similar to * #35 @Fokko Can you please approve the workflow run so we can see the results of the tests?
pytest is kicking out a bunch of warnings that someone should be investigating. Python 3.13 is in beta 3 so should testing be started on it as well? https://www.python.org/download/pre-releases
Cool! Python 3.13 is scheduled to be released on October 1st.
https://github.com/marcus67/gitsynchista/blob/master/doc/tutorial.md#correcting-a-time-shift Is this caused because you live in Germany and our timezone is one hour shifted from UTC / GMT? Would this epoch_delta need to be modified for those who...
Closing require_tests PRs to prepare for Hacktoberfest 2024