Cornelius Mund
Cornelius Mund
Hi, I'm trying to pickle and unpickle a ValueSet, alas without success. Here is the repl input/output: ``` scala scala> import scala.pickling._ import scala.pickling._ scala> import json._ import json._ scala>...
Last build on Docker Hub is over 1 year old and on version 0.1dev
Support for Tongou Power Meter and Fuse (https://zigbee.blakadder.com/Tongou_TO-Q-SY1-JZT.html)
## Compiler version 3.3.1 ## Minimized code ```ScalaJS package scalajs import java.nio.ByteBuffer import org.scalajs.dom import org.scalajs.dom.{Blob, FormData} import scala.concurrent.{Future, Promise} import scala.language.implicitConversions import scala.scalajs.js import scala.scalajs.js.typedarray.ArrayBufferView import scala.scalajs.js.typedarray.TypedArrayBufferOps._ /** Wraps...
## To Reproduce ```python import cadquery as cq r = cq.Workplane().rect(1,1).extrude(0.1) r = r.faces(">Z").edges(">X").vertices(">Y").line(1,0) ``` ## Backtrace  ## Environment OS: Windows 11 Installed via ``` pip install cadquery ```...
I'm on build123d version 0.9.1 with Python 3.12.8. The following script ```Python r = 1 rm = 10 h = 40 ph = Helix(30, h, rm) circle = Plane(ph@0, z_dir=ph%0)...