Korinne Adler

Results 50 issues of 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...

enhancement
keep-open

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.

bug
keep-open

**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...

enhancement
keep-open

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...

enhancement
keep-open

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.

keep-open

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...

enhancement

### 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...

enhancement

### 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...

enhancement
good first issue

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...