Boris Zhguchev

Results 45 issues of Boris Zhguchev

help wanted
good first issue

Since the calculation happens in memory, there is a pivotal drawback that ensues with the processing of the big files. But probably before all, the good idea is to attempt...

help wanted
good first issue

closes #1325 Describes the anti-corruption pattern - added a new pattern

JsonPathFinder seems to be redundant. Probably, better to revise the API a remove it

Placeholder to myself or somebody to find some time to refactor the module in the following points - replace all `expect` with `ok_or(..)` - refactor grammar (it feels like we...

given json: ```json [ {"verb": "TEST","a":[1,2,3]}, {"verb": "TEST","a":[1,2,3]}, {"verb": "TEST"}, {"verb": "RUN"} ] ``` given jpath: ``` $.[?(@.verb == 'TEST')].a.length() ``` Result: `[2]` Expected result: `[3,3]`

The structure of parsing GraphAttributes follows the notation but the fact that the seq of extra elements following after the node is concealed: ```dot graph { node[style=filled]; a b c...

Provide the operations with arguments "on the fly": ``` impl act(a:num, b:bool); root main sequence { act(a = a + 1, b = b1 || b2 && !b3) } ```...

enhancement

The new version of hyper introduced incompatible api

Control Barrier Functions

enhancement
design