Jason Jones
Jason Jones
First of all, thanks for the link. I didn't realize that there were some static Strings that could be passed in to `getAttribute(String)` besides a specific annotation name. But my...
Yes, I found that `noAnnotations` options and at first thought that might be the culprit, but it didn't make any difference (I tried with false and true). When I dug...
It seems that the opensaml 2.6.6 JAR is not in Maven Central (it goes up to 2.6.4 and seems that maybe at one point had 2.6.6, somehow). You can add...
Did you happen to import the “ctypes” module? This should be done with “import ctypes”. I haven’t worked on this in awhile but it looks like that needs to happen....
So just to confirm: the older code of `MAXL_MDXCELLSTRSZ = 1024` *works* with Python 3 and 64-bit? What version of Essbase? The `+3` fix was put in months ago but...
So it looks like perhaps we should dynamically set that variable based on the version? Does anyone know where the Essbase version can be reliably sourced from dynamically?
Well actually I didn't mean querying dynamically, just that if the Python file is used with a given Essbase header file or something, then maybe the version is defined in...
Hi Regis, thanks for this. Did you want to issue a pull request that I can merge in? If not I can try and do it myself, although not sure...
That helps, thanks. I'll definitely take a look at SD-Turbo. I'm on an M1 Max so basically the idea was to try and speed things up. Since you're on an...