Luis Lopez
Results
3
issues of
Luis Lopez
https://okgraph.xyz/?q=QmdnVZsfbCwUVxhDQ7YNsWMCTGKDU1QZUztU4dMgt3bgkf
I am working on a project in which I have to decrypt some gpg files that do not come with the file extension explicit, just `data.gpg` It would be very...
Hi everyone, Given: ``` schema = { properties: { prop_1: { type: 'string' }, prop_2: { type: 'string' } }, additionalProperties: false } ``` I want the below to be...