Alex Yang

Results 226 issues of Alex Yang

version: `"7.4.23` `react-test-renderer` is `16.9.0` `react`: `16.9.0` `typescript`: `3.6.3` ```ts import React from 'react' import renderer from 'react-test-renderer' import { Menu } from 'antd' describe('component: MainHeader', () => { it('base:...

In our project, we're using [MPL 2.0](https://github.com/toeverything/blocksuite/blob/master/LICENSE). This would make conflict with AGPL 3.0 license /cc @yisiliu

RT

enhancement
help wanted

Keep the same output format with `find_python.cmd` ![image](https://user-images.githubusercontent.com/14026360/103354647-0f540f00-4ae7-11eb-90e7-71536b8706d3.png) ##### Checklist - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)

windows
install
tools
review wanted

### **Description of Bug** Provide a concise description of your bug and your project link (if applicable). util module should be considered as a node internal package ```shell Error: nodeUtil...

needs more info

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm frustrated when [...] **Describe the solution you'd like**...

typescript

**Describe the bug** https://fastapi.tiangolo.com/tutorial/request-files/#file-parameters-with-uploadfile **Current behavior** part of the openapi.json ```json "/api/data_source/file_upload": { "put": { "tags": [ "data_source" ], "summary": "Upsert Data Source From Files", "description": "Upserts a data source.\nUpdates...

typescript

make GET `/list` to GET `/` make GET `/param/{id}` to GET `/{id}` make POST `/call/{id}` to POST `/{id}`