Brandon Peterson
Brandon Peterson
As a follow-up to #62 would it be possible to have a native Fastify plugin instead of relying on the Express compatibility? Per https://github.com/fastify/fastify-express it says "This plugin should not...
Apparently the "podman generate systemd" command was deprecated per https://github.com/containers/podman/pull/19414 so fetchit should probably be updated to use quadlet files now.
It doesn't look like the standalone rpglint package has been getting updated, can this be fixed? See https://www.npmjs.com/package/@halcyontech/rpglint
fixes #372 So far I have only tested this on IBMi with a test fix ODBC driver from IBM.
If possible, it would be nice if we could pass the user & password separate from the ODBC connection string. This would be helpful with logging so we can log...
**Describe your system** * `odbc` Package Version: 2.4.8 * unixODBC version: 2.3.9-1 * ODBC Driver: IBM i Access ODBC Driver 1.1.0.27-0 * Database Name: DB2 for i * Database Version:...
See https://github.com/markdirish/node-odbc/issues/326#issuecomment-1577125597
**Describe your system** * `odbc` Package Version: 2.4.8 * unixODBC version: 2.3.9-1 * ODBC Driver: IBM i Access ODBC Driver 1.1.0.27-0 * Database Name: DB2 for i * Database Version:...
It doesn't seem like service program functions are getting the %PARMS set properly when called. You can see this with the XMLSERVICE(ZZNOPASS) function for example: (I ran this in ACS...
In plugile.rpgle functions ilePGM() and ileSRV() they are walking forward through the argv pointers looking for a null pointer to count how many parameters there are. In the case of...