adjivas
adjivas
Hi @all! And thanks about this project! I have test the `shift_ley` with the `left_left` for a text's selection on a Windows. And, it's were not a success. Therefore, I...
Hello @bitdivine, Only the [dot](https://github.com/przygienda/dot-rust) dependency looks like unmaintained and limited. Is it a pure Rust solution than a FFI of graphviz but there miss the `subgraphs` keyword and without...
``` Scaling a project up so that it runs on all sorts of inputs usually turns up corner cases, so I expect some target crates to work fine out of...
Thanks for reporting @arnfaldur ! It's really annoying because my time resources are really thin. I will consider the [rustc-ap-syntax](https://crates.io/crates/rustc-ap-syntax)'s crate or another.
@mitchtbaum: There are two limitations: * The [Graphviz's DOT language](http://www.graphviz.org/doc/info/lang.html) includes only one [URL](http://www.graphviz.org/doc/info/attrs.html#d:URL)'s attribute by [label](http://www.graphviz.org/doc/info/attrs.html#d:label), so a node can't have more than one link as you can see...
In right I also have this other project [Neko](https://arukana.github.io/Neko/neko/index.html) who use the [mll](https://crates.io/crates/mml) crate :P . If I add a list of example on the [readme](https://github.com/adjivas/ml/blob/master/README.md)'s [mll](https://crates.io/crates/mml), can we envisage...
@mitchtbaum: There is a current limitation; the [mll](https://crates.io/crates/mml) library has for dependency the [dot](https://crates.io/crates/dot) crates who not implement the Subgraphs and Clusters described by the [Graphviz's DOT language](http://www.graphviz.org/doc/info/lang.html).
Well we can hypothetically envisage two features: * _mod_ : where the subgraph is only a group of [item](https://docs.rs/syntex_syntax/0.59.1/syntex_syntax/ast/enum.ItemKind.html) with the name of the submodule. * _mod-hierarchic_ : where we...
Hello @steele232 , I success to build this Firefly image, I wish it's may help you. ```dockerfile FROM ubuntu:latest ENV DEBIAN_FRONTEND noninteractive RUN useradd -ms /bin/bash user RUN apt-get update...
Hi @Strech, sorry for the late reply. There you can found a official list and a documented example of [Primitive Types](https://avro.apache.org/docs/1.11.1/specification/_print/#primitive-types) from the Avro specs: ```jsaon {"type": "string"} ``` Primitive...