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

Fix XML handling when isBinaryResponse: true #2525

Merged
merged 2 commits into from Mar 13, 2023
Merged

Fix XML handling when isBinaryResponse: true #2525

merged 2 commits into from Mar 13, 2023

Conversation

ekoleda-codaio
Copy link
Contributor

This was fixed on the server in o/bug/27140, but was still broken in the testing fetcher used locally.

@@ -270,7 +270,7 @@ export class AuthenticatingFetcher implements Fetcher {
if (!this._credentials) {
throw new Error(
`${this._authDef.type} authentication is required for this pack, but no local credentials were found. ` +
'Run "coda auth path/to/pack/manifest to set up credentials."',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think my VSCode is handling these continued lines somewhat differently, but it lints fine. Is there something I can do to bring this in line with the rest of the team?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, was seeing this with David's PRs too, it's weird.

I think there may be one or two people on the team who don't have prettier enabled in this repo or something and these changes wind up being us fixing up those spots?

Copy link
Collaborator

@jonathan-codaio jonathan-codaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, good catch

@@ -270,7 +270,7 @@ export class AuthenticatingFetcher implements Fetcher {
if (!this._credentials) {
throw new Error(
`${this._authDef.type} authentication is required for this pack, but no local credentials were found. ` +
'Run "coda auth path/to/pack/manifest to set up credentials."',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, was seeing this with David's PRs too, it's weird.

I think there may be one or two people on the team who don't have prettier enabled in this repo or something and these changes wind up being us fixing up those spots?

@ekoleda-codaio ekoleda-codaio merged commit 233b150 into main Mar 13, 2023
@ekoleda-codaio ekoleda-codaio deleted the ek-xml branch March 13, 2023 21:40
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

2 participants