Question Jonathan Perry · Dec 17, 2024 Converting iris stream to python bytes is very slow I'm trying to use embedded python code that receives an Iris %Stream.GlobalBinary and uses image manipulation library PIL. Because PIL can't work with IRIS %Stream, I need to convert the image to python bytes. This process seems to have very bad performance compared to writing to a file and then loading it from a file in python. Is there a better way to send a stream into python? The conversion code I'm using is below. Thanks. #Embedded Python #InterSystems IRIS 0 5 0 144
Question Jonathan Perry · Sep 25, 2024 VSCode debugging doesn't work with version 2024.2 Hello, I'm trying to debug objectscript ClassMethods in VSCode, but nothing happens when clicking the Debug button over the ClassMethod. This was working with previous versions - tested with IRIS 2020. This is the server configuration: #VSCode #InterSystems IRIS 0 1 0 112