Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(OS response): Fixed issue with http response format on different OS #57

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

Merged
merged 2 commits into from
Jun 13, 2025

Conversation

Pive01
Copy link
Collaborator

@Pive01 Pive01 commented Jun 13, 2025

It turned out that the response received from the backend was in a different format based on the OS, on my machine (linux) it returned the raw http response (so with status code etc), while on colleagues laptop (MacOs 15.5) it returned already the data part of the http response...this PR unifies the 2 cases into 1 so we can have it consistent

@Pive01 Pive01 requested a review from lukqw June 13, 2025 09:17
Copy link
Member

@lukqw lukqw left a comment

Choose a reason for hiding this comment

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

Thanks for being so diligent about improving the experience for all our users.

One of the things I'm thinking is that we might (at some point) benefit from introducing os-specific tests that ensure we're not breaking functionality.
Nothing to act on right now, but curious to get your thoughts on this as well.

@Pive01
Copy link
Collaborator Author

Pive01 commented Jun 13, 2025

Yeah I looked into them but apparently they support only for MacOS https://docs.docker.com/extensions/extensions-sdk/dev/continuous-integration/

@Pive01 Pive01 merged commit 2900550 into main Jun 13, 2025
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.

2 participants