rmilkowski

Results 5 issues of rmilkowski

(Describe your issue and goal here) This should work: 1. upload an image with client.files_upload_v2(), do not want it to be visible in a channel 2. chat_postMessage(blocks=type: image, image_url: file.private_url...

web-client
Version: 3x
server-side-issue

### Describe the feature or improvement you're requesting It would be useful if the module provided a function to calculate number of token in a given prompt for a given...

enhancement

The following code: self._pbm_connect() profileManager = self.pbmSI.RetrieveContent().profileManager for vm in VMs: VMs_by_key[vm._moId]=vm pbmRef = pbm.ServerObjectRef(key=vm._moId, objectType=pbm.ServerObjectRef.ObjectType('virtualMachine')) pbmRefs.append(pbmRef) results = profileManager.PbmQueryAssociatedProfiles(entities=pbmRefs) print(results) def _pbm_connect(self): if self.pbmSI is not None: return self._pyvmomi_connect()...

needs verification

The default is not to verify SSL certificates which then results in the below warnings being printed: .venv/lib64/python3.6/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly...

Without the fix FlashArray() call fails with: ... File ".../.venv/lib64/python3.6/site-packages/purestorage/purestorage.py", line 169, in _request raise PureError(err.message) AttributeError: 'SSLError' object has no attribute 'message'