Korinne Adler
Korinne Adler
The default "slow" time for tests is 75ms. Any test taking longer than that will be marked slow. Our functional toolkit tests take 1000-4000s, however, so they are all marked...
The following Mocha eslint rules are broken by our existing tests: - [x] mocha/no-mocha-arrows (#283) - [ ] mocha/no-skipped-tests - [x] mocha/no-hooks-for-single-case - [x] mocha/no-identical-title These are disabled for now.
**Is your feature request related to a problem? Please describe.** Performance is not ideal with the current Connection behavior. **Describe the solution you'd like** Currently, Connection objects connect/disconnect on each...
It should work something like this: ```js let dq = new DataQueue(transport, "MYLIB", "MYQUEUE"); await dq.send("This is a string"); await dq.sendAsEbcdic(*This is converted to UTF-8 bytes"); let s1 = await...
We can add a Jenkins setup from our internal Jenkins, but non-IBMers wouldn't be able to access it. Alternatively we could use TravisCI and mock up nodejs-idb-connector.
Useful pages - Supported Python versions - Using alternatives to pick the default python/python3 binary - Using virtualenvs to install packages - How to build native packages (install python3-devel, development...
### What documentation would you like added? Using proxy argument on command line isn't used in all cases, but seems to need to be added in pip config. This should...
### What documenation would you like added? The Python REPL doesn't work properly (along with anything else that uses GNU Readline) in QSH / QP2TERM. When type a line of...
### What improvement(s) could be made? Users trying to build C/C++ applications tend to run in to issues with missing GCC and don't know how to solve. We should add...
Useful pages: - Supported Node.js versions - Using alternatives to set the default Node.js version - How to use nvm - Gotchas on specific packages or native package builds (yum...