Abdirahim Musse

Results 31 issues of Abdirahim Musse

Mute deprecation warnings by capturing the deprecation event emitted by the process with: [process.on('deprecation', fn)](https://www.npmjs.com/package/depd#processondeprecation-fn) Within the test cases we ensure that the deprecated functions emit a deprecation warning. Resolves...

keep-open

Calculated the expected test duration by running each test case 5 times and computing the average run time. ## Functional Tests Ran using ssh transport to connect from local machine...

keep-open

The per test timeout value was determined by doubling the average runtime for each test listed in https://github.com/IBM/nodejs-itoolkit/pull/300#issue-449192188. For the hooks that check if an object exists I've disabled timeout...

keep-open

**[Original report](https://bitbucket.org/litmis/nodejs-idb-pconnector/issue/18) by Kerim Güney (Bitbucket: [TaskForce_Kerim](https://bitbucket.org/TaskForce_Kerim), GitHub: [KerimG](https://github.com/KerimG)).** ---------------------------------------- First of all, great work on this lib! Really appreciate what you all are doing. I was going through the...

enhancement
keep-open

We should consider migrating the docs over to [readthedocs](https://readthedocs.org/). We can use [sphinx-js](https://github.com/mozilla/sphinx-js) like we've done with [nodejs-itoolkit](https://github.com/IBM/nodejs-itoolkit/tree/master/docs).

enhancement
keep-open

use variable instead of string literal @ThePrez I believe the intention here is to refer back the `node_severs` variable right?

pip installing reportlab with python3.9 fails building `_renderPM` extension. ```c In file included from /usr/include/sys/thread.h:41:0, from /usr/include/sys/ptrace.h:28, from /usr/include/sys/proc.h:42, from /usr/include/sys/pri.h:43, from /usr/include/sys/sched.h:38, from /usr/include/sched.h:51, from /usr/include/pthread.h:67, from /QOpenSys/pkgs/include/python3.9/pythread.h:128, from...

[--no-build-isolation](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-build-isolation)

[pm2](https://pm2.keymetrics.io/) is a daemon process manager that will help you manage and keep your application online 24/7. This can be useful to run node.js applications in production.

I've added a check to ensure long file names are not larger than NAME_MAX. This issue was discovered when debugging a failing test case on AIX. ref: https://github.com/libuv/libuv/issues/4231 On AIX...