Martin van der Werff

Results 25 comments of Martin van der Werff

Some are. I have several paths with negative slack, all related to `crg_s7mmcm0_clkout0` ``` Clock WNS(ns) TNS(ns) TNS Failing Endpoints TNS Total Endpoints WHS(ns) THS(ns) THS Failing Endpoints THS Total...

I ran into the same issue and did some digging. In my case the error is: ``` 01-26 12:11:04.588 27919 27919 E AndroidRuntime: java.lang.IncompatibleClassChangeError: Found interface androidx.compose.ui.graphics.drawscope.DrawScope, but class was...

Great. Exactly what I was looking for!

But why do I get ``` no method named `transform` found for struct `mupdf::Rect` in the current scope method not found in `Rect` ``` is it not part of 0.5.0?

It is my understanding that all the fields in `fz_cookie` are one-way, written by one thread and read by the other. Never both, and thus basically safe. I find it...