Results 64 comments of Steven

Surprisingly I didn't include that in the original issue, and I can't remember what I used then. Now I'm on `5.15.12-arch1-1`, and I think I'm still running into the same...

So it took me a bit of time to get the logs, primarily because there's no kernel dump anymore in `dmesg`. However, the behaviour seems to have remained the same....

Yes, something like that. Or use `'` or the new `r#''#` raw strings (although proper raw string seem a bit excessive)

not exactly the same problem, but I had trouble using `hull` today with this example: ```py out = cq.Sketch().circle(rod_d / 2 + wall_t).push([mount_loc]).circle(mount_d / 2 + wall_t).edges().hull() ``` which is...

I think the issue is with concentric arcs (haven't tested yet, I could do that tomorrow), and intersecting circles would be one instance of that

I tried to come up with other scenarios, but they don't seem to hit the same code path as 2 intersecting circles (haven't dug deeper to see what's actually going...

I do mean the second menu. The release notes does mention supporting exporting decoded signals, how should that be done then?

Attached is a video of me recording some i2c traffic. The signal is decoded succesfully, but I can't find any other channel in the export drop down, and there are...

Experiencing the same problem. Not in the `__init__.py`, but rather in the `mididumphw.py`. I tried to `dir(midi)` after importing, but no `sequencer`. Maybe there is an error in the code....

The CI for `pylint` has been set up in d0d6246