Felix Divo

Results 183 comments of Felix Divo
trafficstars

Well, yeah. If you have the the above setup (collect coverage with `branch=True, fail_under=80.0`), the tool will correctly report coverage being under 80%. The additional constraint on 100% statement coverage...

~~While it works, it does a poor job at showing which lines are not statement-covered.~~

I had this problem too on Desktop (Windows), but it seems to be resolved in [`v1.2.0-alpha01-dev741`](https://github.com/JetBrains/compose-jb/releases/tag/v1.2.0-alpha01-dev741).

This also happened to me after splitting the project into multiple submodules.

It still exists on *compose-jb* version `1.2.0-alpha01-dev745`. The stack trace is: ``` Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Can't represent a size of 1073741952 in Constraints at androidx.compose.ui.unit.Constraints$Companion.bitsNeedForSize(Constraints.kt:403) at androidx.compose.ui.unit.Constraints$Companion.createConstraints-Zbe2FdA$ui_unit(Constraints.kt:363) at...

Version 4.0.0 of python-can is out and since no major problems were brought up, I think new features like this can be merged.

I use python-can as part of a student project at TU Darmstadt, Germany that I work on with many others. We are the [Sailing Team Darmstadt](http://www.st-darmstadt.de) and our goal is...

This should be covered by #1170

However, `pcan` does not seem to have that: https://python-can.readthedocs.io/en/develop/interfaces/pcan.html#bus

I think we should close this issue (not a bug, just bad docs) and open a new one for improving documentation (and possibly the naming) of common parameters. Maybe we...