Alexey Volkov

Results 50 issues of Alexey Volkov

See https://github.com/python/cpython/pull/17302

## Environment data - VS Code version: Version: 1.44.0 (user setup) Commit: - Extension version (available under the Extensions sidebar): 2020.4.76186 + reload required. So most likely 2020.4.0 - OS...

bug
feature: analysis

The documentation tells me: https://docs.microsoft.com/en-us/cognitive-toolkit/setup-linux-python?tabs=cntkpy251 >CNTK requires OpenMPI 1.10.x to be installed on your system. On Ubuntu 16.04 install it like this: sudo apt-get install openmpi-bin This results in a...

This node type has easily configurable handles: ```js const newNode: Node = { type: "multihandle", data: { handles: { top: { type: "target", ids: ["top_1", "top_2", "top_3"] }, bottom: {...

There was no vulnerability here, but this gives people peace of mind. Unfortunately, the image size has grown dramatically between v0.4.0 and v0.4.1. **Description of your changes:** **Checklist:** - [...

size/XS
area/components
lifecycle/stale

Fixes the bug introduced here: https://github.com/kubeflow/pipelines/pull/5760/files#r728381612

lgtm
size/XS
area/components
lifecycle/stale
cla: yes

The `iterate` method has behavior that makes using it for any async work almost impossible. ```js await db.iterate( async (value, key, iterationNumber) => { await handleItem(value, key, iterationNumber); } );...

## Describe the bug The schema definition has multiple required properties. Auto-complete for an object only inserts one of the required properties and it's not the 1st one in the...

bug

## Describe the bug VSCode validates YAML files against configured schemas. Schemas might be local or remote. //Schema paths with or without URI schema There might be multiple schemas that...

1. I have a branch that I've pushed to origin. 2. On the "Source control" page I click "Create pull request button" and get transferred to the "GitHub pull request...

bug