Alexander Tsybulsky

Results 223 comments of Alexander Tsybulsky

Partially closed with `Node without name (maybe not JSON)` error, but this is indirect. Let it stay open, maybe will improve later (see comment in `lcl_json_parser->parse`)

I didn't try it. But yes, it should not be difficult to switch to hyper-v. Though maybe not trivial: - hashicorp/bionic64 should work - one spot of attention in the...

I added `new` in #117. So it is there. `create_empty` will live for some time, we use it in our code base ... and actually in AG probably. By the...

https://json-schema.org/understanding-json-schema/ https://json-schema.org/understanding-json-schema/reference/index.html https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-01 (draft 7 schema, seems to be most used) https://ajv.js.org/json-schema.html

try editing this file: https://github.com/sbcgua/sap-nw-abap-vagrant/blob/master/scripts/provision/pre_install.sh#L23 remove the comment at line 24 and append it to line 3 (without +) So the full line would be `sudo apt-get -y -q --no-install-recommends...

sorry, didn't see the issue. Looks like the scripts cannot could not find the distrib files. Or maybe vagrant security policies are different in MacOS - I cannot check I...

Thoughts ... interesting idea, but let's unroll it a bit wider. - there is a potential feature to enable automatic object serialization, though it can support public attrs only -...

Could be an elegant way to get json representation of objects. E.g. some FI or SD document and you want to send to external service in json. Or you want...

I guess it is either the standard `Down1oad` from the guide or the one specifies in `install_nw.expect` scripts. But I haven't event needed it - it is always easy to...