Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cherry pick changes from main #1194

Closed
wants to merge 18 commits into from
Closed

cherry pick changes from main #1194

wants to merge 18 commits into from

Conversation

tsuwandy
Copy link
Contributor

Fixes #1193

  1. Support composer client using proxy
  2. Fixed bug in bf orchestrator:add

munozemilio and others added 17 commits April 1, 2021 17:42
#1182)

* replace node fetch and luis client to axios to enable proxy in luis and qnamaker build

* fix tests
Treats files with identical content as not being duplicated.  This is because
nuget likes to copy the same files in multiple places.

Co-authored-by: Chris McConnell <chrimc>
* Switch to axios to support proxy server when merging.
Normalize sorting to reduce variation.

* modify https proxy setting

* refactor

* fix lint

* fix lint

Co-authored-by: Chris McConnell <chrimc>
Co-authored-by: cosmicshuai <shuai_uf@outlook.com>
This reverts commit bbe9e29, reversing
changes made to bf75952.
@daveta
Copy link
Contributor

daveta commented Apr 15, 2021

Getting chatdown build errors.. @feich-ms does this look familiar?
src/commands/chatdown/convert.ts(159,75): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?

@feich-ms
Copy link
Contributor

feich-ms commented Apr 15, 2021

Getting chatdown build errors.. @feich-ms does this look familiar?
src/commands/chatdown/convert.ts(159,75): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?

I ever ran into this when I rush build locally, but haven't seen this in online CI validation. I can repro this error after I run rush update and then rush build. I think this may be caused by the upgrade of typescript version, fix should be easy https://stackoverflow.com/questions/65354965/error-ts2794-expected-1-arguments-but-got-0-did-you-forget-to-include-void

@daveta
Copy link
Contributor

daveta commented Apr 15, 2021

This is referencing a package with security problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants