kite icon indicating copy to clipboard operation
kite copied to clipboard

An interactive visualization tool for graph theory

Results 10 kite issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hi, I'm discovering Kite and it's a really nice tool! I wanted to use it to visualize my project dependencies (https://github.com/loicknuchel/schema-viz) but I got an error: `Repo not found. Is...

graphs are created with Kite and serialized/exported in DOT. a DOT file can be imported into a Kite graph i.e. a `GraphFile` is produced from `DOT`: https://github.com/erkal/kite/blob/a5c8fd6430a296305f014cee255a20f8a607e9f4/src/GraphFile/DotLang/Decode.elm#L15-L16 i assume this...

looks like the error is swept under the rug with `Result.withDefault GF.default` https://github.com/erkal/kite/blob/a5c8fd6430a296305f014cee255a20f8a607e9f4/src/Main.elm#L672-L675 any ideas how to display this feedback? [i mention this problem](https://github.com/erkal/kite/issues/11#issuecomment-541681432) and proposed a "toast" system, which...

i'm unable to import large elm project, at least without providing a github token. for example, importing the dependency graph for `stil4m/elm-syntax` causes a rate limit error before all the...

Hi @erkal ! The improvements in kite since i first saw it are amazing! what a good work! I have some questions: 1. When i scroll with two fingers in...

enhancement

idea: since there will undoubtedly be graphviz properties that aren't first-class properties in Kite, we could hold these extraneous properties in a `Dict String String`. that way, we should be...

[This bug](https://github.com/gampleman/elm-visualization/issues/35) causes crashes, when vertices overlap. The crashes can be observed with the developer tools of the browser. This happens, in particular, when the user clicks without any mouse...

bug

Is it possible do add image to a node, as [graphviz is handling images for nodes](https://graphviz.org/docs/attrs/image/).