Martin Sivák

Results 18 comments of Martin Sivák

This could be related to issue #753

I would just like to add that this works fine with a rectangle: ``` r = cq.Workplane("XY") r = r.box(1,1,1) r = r.faces(">Z") r = r.rect(0.75, 0.75) r = r.tag("c")...

I just reproduced the same using Flatpak on Fedora 34. ``` [msivak@t540p Nextcloud]$ LANG=C flatpak search minder Name Description Application ID Version Branch Remotes Minder Create, develop and visualize your...

Not having the SYSTICK driver is actually a serious gap. There is a whole class of devices where time precision is less important than power consumption. Even a very naive...

@haircommander Anything I can do to help expedite this and the 4.13 backport?

This is related (duplicate?) to both https://github.com/DarkFlippers/unleashed-firmware/issues/363 and https://github.com/DarkFlippers/unleashed-firmware/issues/634

@mrniranjan The /usr/bin in flatpak is coming from the runtime. The host one is accessible via /run/host/usr/bin, however the proper way to invoke commands from the host is using flatpak-spawn...