Leni Aniva

Results 37 issues of Leni Aniva

### Description of the requested feature Currently there is no orientation option for a graph widget. Would it be possible to have an option to set the orientation and direction...

enhancement

### Description I have been using Gitea 1.20.2 for over a year now and recently I started to get "This pull request is broken due to missing fork information" on...

type/bug

Consider this example: ```python import cadquery as cq def makeBoxWithTag(): result = ( cq.Workplane('XY') .box(1, 1, 1, centered=False) ) result.vertices(">X and >Y and >Z").tag("v") return result assembly = ( cq.Assembly()...

question

In `Sketch.bezier`, the previous `_endPoint` has to exist before a bezier can be generated: ```python def bezier( self: T, pts: Iterable[Point], tag: Optional[str] = None, forConstruction: bool = False, )...

bug
sketching

Is there a way to use `node2nix` in a flake like [crate2nix](https://github.com/nix-community/crate2nix/blob/master/templates/flake-binary/flake.nix)? In `crate2nix`, the intermediate `Cargo.nix` file does not have to be checked into the repo but instead can...

I want to declare an output in `perSystem.packages` or `perSystem` that is not a package. The use case is that an upstream project (Lean4 in this example) has a function...

Is there a way to input a tie breaker for topological sorts? For example, if I have `0 -> 1, 0 -> 2, 1 -> 3, 2 -> 3`, I...