-
Probably as a consequence of the recent layouter refactoring, edge points are now removed straight away, even if no explicit layout is invoked.
Reported by: rensink
-
Hello,
I created a new `apps/testApp` folder, with a `testApp.app.ts` file inside.
I am trying to recreate the Layout tutorial code in Typescript so I have
```
const layout: Layout.Layout = …
-
The jGraph layouters that were incorporated in Groove don't route edges with middle points. This means that even though the graph is properly layouted it still might look a complete mess because of ed…
-
The expected maximum number of usable columns for the univariate grand sum circuit is 2^K-6.
https://github.com/summa-dev/halo2/blob/main/halo2_proofs/src/plonk/circuit.rs#L2349
https://github.com/s…
-
According to this [blog post](https://medium.com/androiddevelopers/fixing-font-padding-in-compose-text-768cd232425b), support to configure _includeFontPadding_ was added to PlatformTextStyle in Compos…
-
I am trying to use the [ordering](https://graphviz.org/docs/attrs/ordering/) attribute, which does not seem to be among the supported properties. I haven't found an obvious extension point after havin…
mbwgh updated
8 months ago
-
How to reproduce the bug:
\- Load a grammar and a start state in the Simulator.
\- Right-click on graph panel -> Set layouter -> Forest layout. \(The layout of the graph is changed.\)
\- If y…
-
**Description**
Starting from MacOS Ventura, some Mac machines (there are Intel and M1 examples) using wgpu and apps using it accumulate memory over time.
**Repro steps**
With wgpu run `cargo…
-
After the frontend-backend split a new package `halo2_common` was added that contains functions and types used by both frontend and backend. These functions/types are now `pub` but are meant for inte…
ed255 updated
8 months ago
-
Right now we have precisely two layouting algorithms. There are libraries for layouting, both withing JGraph and elsewhere. It would make sense to hook up to those.
Reported by: rensink