nodejs-itoolkit icon indicating copy to clipboard operation
nodejs-itoolkit copied to clipboard

A JavaScript (Node.js) library for communicating with IBM i

Results 35 nodejs-itoolkit issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies
python

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

I'm trying to call a function on a service program that returns a packed variable but I can't seem to get it working. I get this error message: ![image](https://github.com/IBM/nodejs-itoolkit/assets/6803307/134249b3-0dd3-4b7c-979a-b58ec4ee4201) Would...

* **Node.js version**: * **itoolkit version**: * **IBM i version**: * **XMLSERVICE version**: **Describe the bug** To clear things out: we are not trying to change the user profile and...

bug

... ## Lingering questions: ... * I see that everything is returning callback functions, and I have emulated that behavior. It _is_ possible to have functions use callbacks _or_ Promises,...

keep-open

This will resolves issue no #362 https://github.com/IBM/nodejs-itoolkit/issues/362

enhancement

https://github.com/IBM/nodejs-itoolkit/blob/3874e6c06dee893a42f4a7ff2e6cfbf312322143/lib/ProgramCall.js#L40

Code examples on how to invoke an RPGLE program make reference to a variable type, but there is no list of the supported types. Documentation should include the supported types...

enhancement

As described in #344 > `xml2js` to parse XML output from itoolkit. `xml2js` doesn't appear to be [actively maintained](https://github.com/Leonidas-from-XIV/node-xml2js/issues/626) and has issues with [parsing blank values from non-named keys](https://github.com/Leonidas-from- Remove...