Oleksandr Kolodkin

Results 5 comments of Oleksandr Kolodkin

I have a similar problem. My Log4j2PluginsCache.dat file replaces the original file instead of being merged. [sample project](https://github.com/kolod/Log4j2TransformerTest) - Shadow: 7.1.0 & 7.0.0 - Product Version: Apache NetBeans IDE 12.5...

Build log ``` > Task :compileJava Note: Processing Log4j annotations Note: Annotations processed Note: Processing Log4j annotations Note: No elements to process ... > Task :shadowJar canTransformResource: META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat canTransformResource: META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat...

I have moved the TextAreaAppender class to a separate package. And connected it as an external dependency. And it all worked. The problem was that shadow looks for `Log4j2Plugins.dat` files...

One more example: ```python from cadquery import Workplane for i, query in enumerate(["X", "Y", "Z"]): result = Workplane(origin=(i*15.0,0,0)).box(10,10,10).faces(query).chamfer(2,1) show_object(result) ``` ![image](https://github.com/CadQuery/cadquery/assets/15238270/e112d0be-4860-408d-b3d0-193e3c0eabc3)

I think the problem in edge normals. ```python from cadquery import Workplane from typing import List, cast from cadquery.occ_impl.shapes import Edge, Face c1 = Workplane().box(10, 10, 10).faces("