Roman Hochuli
Roman Hochuli
VMware has decided to drop maintenance for the Xenon framework according the readme-message in their GitHub Repo: ``` WARNING: Xenon is no longer actively maintained by VMware. VMware has made...
In this output processing you are converting values to string and take care of NaN and inifinity values: https://github.com/ssinyagin/torrus-newfeatures/blob/c24f1d285a43331e092f209986cd87f7468d223f/src/lib/Torrus/Renderer/RPC.pm#L470 This makes consuming the values with other applications tedious, as they...
### Describe the bug The query interface does not support searching for organisations. ### Reproduction steps 1. `orgList, err := client.Query(map[string]string{"type": "organization"})` ### Expected behavior Return a QueryResultRecordsType w/ OrgRecord(s)...