Korinne Adler

Results 197 comments of Korinne Adler

I think this info would be better served in the ibmi-oss-docs repo instead.

This would be useful under the Node.js section described in #19

Could also merge with this page: https://ibmi-oss-docs.readthedocs.io/en/latest/PYTHON_PKGS_GUIDE.html

There are a variety of ways to use XMLSERVICE and most of them don't have any authentication within XMLSERVICE itself. While there is a way to use it via CGI...

Unfortunately, until Rust is working on IBM i this will likely have to be adjusting the docs to use an older, pre-Rust version or possibly removing the docs altogether.

Maybe, but I don't really know anything about that specific docs. I think we'd need input from @ThePrez or maybe @abmusse has some time to look in to it (unfortunately...

@Ganeshkumhar1 For our local builds, we just patched it to remove the `-soname` option entirely. Obviously, not an upstreamable change, but for our platform-specific builds it works for us: ```patch...

@cblair-dev something is wrong with your setup and is a completely separate problem > failed, reason: unable to verify the first certificate It tries to download the prebuilt binary, but...

@phpdave the current pre-built binaries rely on GitHub Actions to build, which does not support Power. We would need to find another CI vendor that has support for Power or...

I think this is a bug in node-addon-api. Looks like it was potentially fixed here: https://github.com/nodejs/node-addon-api/commit/40bcb09e6b82e7a1164cb3de56cb503d9b5a3d37#diff-cd0b229bcaf532206661e2ee1a603a7f60ac22ecfcb239920f6b42a34d909f34L68