Matti Eiden
Matti Eiden
Intellij supports [semantic highlighting](https://www.youtube.com/watch?v=8WRH59PQ5Dk), however it requires some (?) effort from language plugins to enable it. Semantic highlighting assigns random colors from a color gradient to local variables. I'm unfamiliar...
**Is your feature request related to a problem? Please describe.** I had a case where I was intending to do something along the lines of ``` ic['A'] & r1 &...
### Background Tested out sketching with constraints and found myself in a situation where it seemed like my Distance constraint between a midpoint of a line and a midpoint of...
1) Similar as in CQ SVG export, the wire is created from projected edges using cq.Wire.combine. The result has 7 edges. 2) The wire edge order is shown in screenshot,...
(Low priority issue) Thanks for #317 A little bit more fine tuning is still required at https://github.com/CadQuery/CQ-editor/blob/0d091ba3d20114b4815f796ec48ab33f4ebbeb41/cq_editor/widgets/object_tree.py#L376 The statement works only for items of type AIS_Shape. To reproduce 1) Show...
exposesMsg at https://github.com/ryannhg/elm-spa/blob/main/src/cli/src/templates/utils.ts#L330 detects `Msg` and `Msg(..)` but not `Msg (..)` The latter goes obviously against elm-format, but is nevertheless valid syntax. Anyway, this causes elm-spa to slap a `Never`...
Currently https://github.com/jenkinsci/kubernetes-cd-plugin/blob/master/src/main/java/com/microsoft/jenkins/kubernetes/KubernetesClientWrapper.java#L315 will throw an exception if a resource does not have a name. Kubernetes supports (since when?) a metadata key generateName which indicates that the server will generate a...
With swagger enabled, the [data property of ResponseHandler gets called](https://github.com/Raekkeri/django-requestlogs/blob/master/requestlogs/entries.py#L58) when attempting to visit the generated documentation. However in this case, the `data` is actually a `Swagger` object, that is...
Similar to CadQuery/cadquery#502 cq-editor gets stuck trying to render an extrusion of two overlapping circles. In a matter of seconds tens of gigabytes of memory are consumed and the process...
Some time back I made [cq-filter](https://github.com/voneiden/cq-filter) to allow easier manipulation of workplane objects without breaking out of the fluent API. @adam-urbanczyk requested in https://github.com/voneiden/cq-filter/issues/1 to merge some features from cq-filter...