Dmitriy Khmaladze
Dmitriy Khmaladze
I think it is what we need, however is there a way to limit any submission to the server using a filter?
related: #564
base64 is a function of Agnivo tool. GDID does not support direct parsing from/to base64, this needs to be reviewed
Add bindings Also this 1c6db9de3dcd7aa0f6526a4d8a7848b9b437fa75
The benefits of full ASYNC json writer (and reader) are very questionable. There are many calls to `TextWriter.Write(":")` with a single char and context switching via Task would make this...
We will need to use something like `PooledBytBufferWriter` instead of text writer with a generic `Stream`, this way it always writes to meemory using fully synchronous code, however the buffer...
yes, he was trying to hold the value in a a uniform unit internally. These two classes need to be re-written without looking at existing implementation but keeping the interface
Re #512
However VarEvaluation does not check for !, only navigate does, maybe this check needs to be added to VariableEvaluation instead, for example `x=$$(/path)` will denote a required value (non null...