Fernando Rijo Cedeno

Results 104 issues of Fernando Rijo Cedeno

The `CommandResponse.console.log` function... https://github.com/zowe/imperative/blob/741f24f7246028879317dbd9590b91d7efbdef39/packages/cmd/src/response/CommandResponse.ts#L537-L547 Calls `writeAndBufferStdout` https://github.com/zowe/imperative/blob/741f24f7246028879317dbd9590b91d7efbdef39/packages/cmd/src/response/CommandResponse.ts#L914-L919 Instead of buffering the data, we could Stream it! For example: ```typescript private writeAndBufferStdout(data: Buffer | string) { Readable.from(data).on("data", (chunk) => { process.stdout.write(chunk);...

bug
priority-medium
severity-medium

`zowe config list profiles.lpar1.profiles.my_service.properties.port` would be nice to have. Maybe we can do something like: ```typescript if (property.indexOf(".") > 0) { for (const key of property.split(".")) { obj = (obj...

enhancement
team-profile
priority-low

**Is your feature request related to a problem? Please describe.** It's a bit hard to get the available instance IDs for a particular service. User have to navigate to the...

enhancement
Priority: Medium
size/M
do not keep

## Proposed changes - Update the zFTP extension to the V3 version of the plug-in. - This includes a `zos-node-accessor` upgrade to V2 as well. - More details: https://github.com/zowe/zowe-cli-ftp-plugin/pull/155 -...

**Is your feature request related to a problem? Please describe.** Seeing how easily the Intelij Zowe Explorer plugin is able to download and upload files by dragging them around, should...

enhancement
priority-low

Here is a list of remaining deprecated methods I could find in the `next` branch - pasteUssFile: `packages/zowe-explorer/src/uss/actions.ts` - copyDataSet: `packages/zowe-explorer/src/dataset/actions.ts` - copyUssFile: `packages/zowe-explorer-api/src/tree/IZoweTreeNode.ts`

enhancement
priority-high
v3
Breaking Change

As a developer, I'd like to have a way to easily translate the Zowe Explorer from an intuitive website and have the translation files automatically updated thanks to the [integration...

enhancement
Localization
priority-low

Curious if it makes sense to try and reuse some of these mocks. I know it may be required for the `__mocks__` to be at the same level as the...

enhancement
Tests
priority-low

**Describe the bug** The error message that appears when a functionality is not implemented on the zFTP VSCE is quite different from operation to operation. **To Reproduce** Attempt any of...

bug
priority-low
severity-low

**Describe the bug** Seeing this error when opening a favorited search ![image](https://github.com/zowe/vscode-extension-for-zowe/assets/37381190/d178840e-0fca-4fd4-bd68-3df83970b3d4) **To Reproduce** 1. Save a job search 2. try to open it 3. ![image](https://github.com/zowe/vscode-extension-for-zowe/assets/37381190/056ed3c3-63c6-40b3-8641-b77cd82b18f9) **Expected behavior** Either to...

bug
priority-medium
severity-medium