Jozef Mikloš

Results 7 comments of Jozef Mikloš

Would be happy to help, though an attempt of PR is far beyond my current Rust skill level... After an hour of putting together the new enum variant like `ExecuteHostCommandWithBuffer(Box...

Hello all, what is the current status of completion functionality? Is it available? Latest crate version or master branch from git (as of today) does not provide `CompletionMenu` from `reedline`...

i've run into same issue... am a bit puzzled by the most simple case of plain array with no props not being covered :(

Has there been any progress in the backround on the `Clocks` support? I am trying to implement a simple "metronome" in *Bevy* and am wondering whether it's possible with this...

same problem, it seems that parser succeeds/fails depending on order of input data of the `permutation()` children nodes... e.g. inpt text: ``` organization "ACME comp"; contact "joe joe"; description "blah...

Ok thanks for confirmation. Random order of optional single instance statements seems to be rather frequent pattern in telco/communications protocols and/or data format grammars, thus "making sense" in user point...

> In case it's helpful, my workaround for this ended up being explicitly enumerating the possible permutations with help of a macro, since I only had to support four optional...