Jeroen Pinxten
Jeroen Pinxten
Looks awesome, and it would be very useful for me. But i don't know if it should be added as a feature in this repo, since it is probably quite...
Same bug on postgres
You can work around it like this: ``` token = "your-api-token" email = "[email protected]" base64_token = base64.b64encode(f"{email}:{token}".encode()).decode() confluence_cloud = Confluence("https://.atlassian.net/wiki", token=token, cloud=True) confluence_cloud._update_header("Authorization", "Basic {token}".format(token=base64_token)) ```
I think there already is a function that does this for you: https://github.com/cornerstonejs/cornerstoneTools/blob/master/src/util/SaveAs.js
I'm having the same issue, reverting to v0.1.8 also fixes it for me. - cornerstone-core v2.6.0 - cornerstone-tools v6.0.2 - cornerstone-wado-image-loader v4.0.4 https://github.com/cornerstonejs/cornerstoneTools/blob/e81f1b6c5e2fec31d5641f7f95a8f9925e92eb1e/src/util/pointProjector.js#L119-L131 This function always returns 0 intersections