-
The BIDS specification, schema and validator lifecycles are currently mixed. The schema is updated linearly with main, and there is no method to maintain a branch of the schema that fixes issues with …
-
### Description
When we cherry-pick a (non-merge) commit in `git` there's no relation between the original branch, it just copies over the commit and re-applies on current HEAD. For this reason the…
-
**Describe the bug**
In a gitGraph, if I set the mainBranchOrder to 1, and other branch to 0, the shape of branch links is wrong/reversed/ugly. The shape of the links allows a quick and intuitive int…
drok updated
11 months ago
-
### Description
gitGraph diagrams throw an error when rendering in "sandbox" mode.
Failing example with sandbox mode ON:
https://codesandbox.io/s/strange-yonath-3zfm8q?file=/src/index.js
Wo…
-
[gitgraph](https://mermaid-js.github.io/mermaid/#/gitgraph) can be used to describe all the possible types of chain interaction we need to see out of Interblock. These diagrams can be used to show wh…
-
### Description
Branches render unexpectedly differently when they're positioned above `main` (as compared with their default position underneath `main`).
This was found by @ijmitch during propo…
-
**Describe the bug**
When I try to set the default branch name in the live editor, it stops working.
Ref: https://mermaid.js.org/syntax/gitgraph.html#gitgraph-specific-configuration-options
**To …
-
### Proposal
Currently it can not visualize an octopus merge the best I could get is
```mermaid
gitGraph
branch branch-A
branch branch-B
checkout branch-A
commit
commit
…
-
Currently, the graph uses [vis.js](http://visjs.org/) which is is good for creating directed graphs with nodes and edges. I propose using a different library, an example I found was [gitGraph.js](http…
-
Feel free to disagree! (also could move this to GH discussions if we think it would be beneficial)
I think that a couple of additional visuals would help me personally when delivering this training…