David Powell
David Powell
Running the following script causes a crash to desktop: ``` import cadquery as cq result = (cq.Workplane("XY") .box(50, 50, 20) .faces("+Z") .shell(-1, kind="intersection") .edges() .fillet(1) ) ``` Terminal output follows:...
Linked url() resources in CSS should be embedded as well. This applies to linked CSS files and embedded CSS.
Make use of Python's logging module for better integration with programs that import it.
Add the option to ignore or strip out resources from certain domains, or allow only specified domains. Also should allow the option to ignore all third-party domains during processing. This...
HTMLArk should have a reverse function, extracting embedded resources back into files.
Add the ability to embed linked iframes into pages. Will need to research browser compatibility.