erzoe

Results 13 comments of erzoe

Travis failed for Python 3.4 with the message > colorama requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the running Python is 3.4.8 I'm afraid there is not much...

I don't know why appveyor failed. Is there any way to display what has gone wrong?

@andlaus thank you for your help. > click on the "Details" link on the pull-request's status box here, then on the run of interest on appveyor, e.g. "Environment: PYTHON=C:\Python38-x64, PYTHON_ARCH=64"....

Since version 37.0.3 `cantools.database.load_file` and `cantools.database.dump_file` have a paramter to control whether and how signals are sorted. If you don't want the signals to be sorted use `sort_signals=None`. If you...

I have tested my changes with `cargo test` and all tests are passing.

Hi, thank you for this crate and this pull request. I have opened a new pull request which implements the MessageId enum proposed by [schphil](https://github.com/marcelbuesing/can-dbc/pull/10#issuecomment-1599205250) and updated the tests accordingly....

Thank you for the pull request. It's nice that it does not break compatibility but it's lacking documentation what the relationship/differences between `message_id`, `get_ext_id()` and `get_std_id()` are. The documentation could...

I have submitted a [merge request](https://github.com/ranger/ranger/pull/2895) with a configurable implementation of [toonn's suggestion](https://github.com/ranger/ranger/issues/1948#issuecomment-625115416). Until this is released chardet can be uninstalled as a workaround. Then ranger will try utf-8, utf-16...

Thank you very much for your tip that I could work around this by adding `autodoc_default_options = {'inherited-members': True}` to conf.py [[documentation](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_default_options)]. That would work. But actually I think it's...

yes, that does what I want. Thank you very much.