Torsten Curdt

Results 122 issues of Torsten Curdt

It would be great to also have linux arm64 binaries for releases.

Please allow for an easy way to rotate and flip a selection of components. (see kicad for an example) Recreating a full (sub)circuit just because the orientation should change is...

Any chance to have this also released on homebrew?

help wanted

I just tried to flash my digispark usb with platformio. On the first try it found the usb device and started erasing. Unfortunately that got stuck and I assume the...

Why oh why must there always be a `base` and an `inner` file? https://github.com/yosssi/ace/blob/master/read.go#L36

The latest nightly builds seem to be missing the app icon(s). OpenSCAD-2022.06.06.dmg 04f5c9cea4d05845d218e3c81d435faa0cc166ba4e5f6db7ee69fedad9114795

I was trying the option "Allow the display to sleep" but it didn't really behave the way I thought it would. The display did indeed went into sleep. But then...

I've setup a 2 machine vagrant cluster. The problem is that the VMs have multiple interfaces and k3s picks the wrong one - unless instructed differently. ## Expected Behaviour When...

enhancement
support

Would be great if there was support for SES. It seems like that's not implemented yet?

What I was wishing for: ```swift all(promiseA,promiseB).then { resultA, resultB in } ``` Based on the docs it would have to be ```swift all(promiseA,promiseB).then { result in let resultA =...

enhancement