Andrii Spivak 482

Results 5 issues of Andrii Spivak 482

`ERROR: gitsome 0.8.4 has requirement prompt-toolkit=2.0.0, but you'll have prompt-toolkit 3.0.9 which is incompatible.` also, it I install required version - I get errors: ```Traceback (most recent call last): File...

needs-review

`cygnus-ngsi-ld` - is name of docker image that is using in this repository now. `cygnus-ld` - is name of docker image that hosting in reality on `hub.docker.com` https://github.com/telefonicaid/fiware-cygnus/blob/bdbbd58054d2ecb82e1718bf92f2646b6b665b5d/doc/cygnus-ngsi-ld/installation_and_administration_guide/install_with_docker.md?plain=1#L67 https://github.com/telefonicaid/fiware-cygnus/blob/bdbbd58054d2ecb82e1718bf92f2646b6b665b5d/README.md?plain=1#L63 https://hub.docker.com/r/fiware/cygnus-ld/...

looks like delegation request failed because `target` missing in `policySets` in `delegationRequestSchema.json` ```json {"error":"Invalid mask document","details":[{"keyword":"additionalProperties","dataPath":".delegationRequest.policySets[0]","schemaPath":"#/properties/delegationRequest/properties/policySets/items/additionalProperties","params":{"additionalProperty":"target"},"message":"should NOT have additional properties"}]} ``` looks like this modification of `delegationRequestSchema.json` can fix mentioned...

sometimes, I lost ability to edit user profile (and get 500 error) ![image](https://user-images.githubusercontent.com/61418776/233870920-1b13c56d-7123-455d-b553-95394ca9bb28.png) ![image](https://user-images.githubusercontent.com/61418776/233870984-6f4d41ae-b5d5-4498-9e73-3750f88f36ff.png) this :point_up: happened because of some reason `null` appeared in `Extra` field. ![image](https://user-images.githubusercontent.com/61418776/233871092-ea958b1b-312f-4f8f-902d-184a1ac3a0e0.png) So I need...

``` xontrib load powerline2 xonsh: To log full traceback to a file set: $XONSH_TRACEBACK_LOGFILE = Traceback (most recent call last): File "/home/andrii/.local/lib/python3.8/site-packages/xonsh/__amalgam__.py", line 11602, in xontribs_load update_context(name, ctx=ctx) File "/home/andrii/.local/lib/python3.8/site-packages/xonsh/__amalgam__.py",...