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

Switched to axios for Python backend requests and introduced timeout config #248

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

fzumstein
Copy link
Member

@fzumstein fzumstein commented Feb 26, 2025

closes #110

Choose a reason for hiding this comment

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

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

app/static/js/core/xlwingsjs/xlwings.js:124

  • [nitpick] Consider wrapping the thrown value in an Error instance to ensure consistent error handling downstream.
throw error.response.data || error.response.statusText;

app/static/js/core/custom-functions-code.js:229

  • The endpoint string 'placeholder_custom_functions_call_path' appears to be a placeholder; replace it with the actual endpoint or configure it appropriately.
window.location.origin + "placeholder_custom_functions_call_path",
@fzumstein fzumstein merged commit c4f7eda into main Feb 26, 2025
10 checks passed
@fzumstein fzumstein deleted the axios branch February 26, 2025 15:15
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.

Check out axios as fetch replacement
1 participant