Jaromil
Jaromil
This is now WIP in https://github.com/dyne/zenroom/tree/quantum-proof
Since the goal is always the creation of an array of dictionaries, the statements should read: `When I create the random array with 'number' dictionaries in 'identities' where 'country' is...
Bump, this should be relatively easy to implement
further analysis: this will be solved by conditioned foreach: 0. create selected 1. foreach x in y where x.a = x.b do 2. move x to array 'selected' 3. foreach...
From the example you give I understand this is not an insert operation, but a **merge**. It implies **updating** (eventually **overwriting**) contents of dictionaries at a 1st level of depth.
Oh no sorry now I see from the pubkey that this is simply an insert with overwrite. the fact we are overwriting the destination when present should be made explicit,...
Can be implemented with a walk / pointer system
This will require Zenroom to have access outside of the VM to the underlying system to check the clock, which is against its own security pattern. One solution can be...
Verified that UTF8 is already supported through all default Lua functions and OCTET conversion to/from string: ``` [*] Interactive console, press ctrl-d to quit. print'⭐' ⭐ [*] Script successfully executed...
Thanks for your feedbacks, knowing your interest now I'll rework the PR into something more presentable and passing tests.