Qi Liang

Results 10 comments of Qi Liang

If `jest.config.js` is used, it works with putting `"snapshotSerializers": ["jest-html"]` in `jest.config.js`, at my side.

@tiantn , I didn't try it yet, but wonder the empty array returned will make Zowe explorer shows nothing when user clicks to expand the active job, or Zowe explorer...

The `site()` method is provided in zos-node-accessor, allowing you to send any site parameters. The `downloadDataset()` in master and `getDataset()` in `1.0.x` accept site parameters as well. Let us know...

Hi @awharn, can I know whether you tried `site()` or any problem?

Hi @oseam87, yes, the `TRAILINGBLANKS` is always set now. We can consider to add `ASCII_NO_TRAILING_BLANKS` as new transferMode option.

Some historical reason that we needed the trailing blanks when we developed it for our project a couple of years. We're working on `ASCII_NO_TRAILING_BLANKS` recently.

Fixed in 1.0.16.

Hi @amcintyre98 , the contents in this member are random generated or fixed? Is it possible no `\n` in `mems`?

If any failure, it's expected to receive exception. If `mems` is single line string, `mems.match(/\n/g)` return null. Could you print `mems` at failure? Or could you check whether it's due...