noirello
noirello
I merged the branch to `dev`.
Hi, I'm confused a little. I'd expect that after setting `set_ignore_referrals` to False, the search result returns `LDAPReference` objects. I've never tested it with AD, but that's how it works...
Hi, in the case of 3.9 and 3.10: there aren't any wheels for macOS ARM64. You have to build the module from source. Make sure you follow the [instructions](https://bonsai.readthedocs.io/en/latest/install.html#install-from-source-on-mac-os-x), and...
Hi, The main issue that I don't have a M1 Mac at my disposal, and neither GH Actions nor Azure Pipelines supports M1 VM-s right now, AFAIK. This makes building...
I tried to create `universal2` wheel with [cibuildwheel](https://github.com/pypa/cibuildwheel), but the required OpenSSL and OpenLDAP libraries installed with brew doesn't support universal builds.
Yes, of course. It's already done on the [dev](https://github.com/noirello/bonsai/tree/dev) branch, actually. I just haven't got the time to create a new release. I'll try to make time for it this...
The new release has been made. 1.5.3 is uploaded to PyPI.
Hi, there's no wheel for Python 3.9 on M1. The Python 3.9 on the new m1 github runners are unavailable. You need to build it on your own. [Here](https://bonsai.readthedocs.io/en/latest/install.html#install-from-source-on-macos) are...
I don't know what goes wrong there. I looks like to me, that even the 3.10 tries to locally compile the module from source. Tried to check the PyPI uploaded...
This definitely looks odd. Could you please send me the debug logs for the three different scripts? That might help figuring out what's going on. You can turn it on...