zariiii9003

Results 154 comments of zariiii9003

I did not look at the github labels. I just scrolled through the commit history to find any changes, that might be relevant to users.

Codecov is just super unreliable. We can change the CI config so it ignores codecov failures. Or switch to coveralls entirely.

@hardbyte Feel free to merge and release.

While there is still no official API for that, you could use private methods of the `VectorBus` with the latest develop branch. ```python3 from can.interfaces.vector import VectorBus bus = VectorBus(channel=[0,...

> I tried deactivating a few users to see if that helps, but it looks very much like it wants my credit card which I'm reluctant to do. Yes, they...

I'm not opposed to merging this if @pkess is available to fix bug reports and complaints. However, this should be mentioned in the docs.

> Orthogonal to that, it might be a good idea to reconsider which interfaces (+ file types) we want to support? Do we want to add _any_ interface even if...

Just for completeness, we do have entry points for io, but the documentation is lacking there: https://github.com/hardbyte/python-can/pull/783

@dpizetta Could you create a release with the changes from the develop branch?

Seems plausible. Would you like to create a PR?