Copilot
Copilot
### All PR-Submissions: --- - [x] Have you followed the guidelines in our Contributing document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Anselmoo/spectrafit/pulls) for the...
## Issue Building `main.js` from the same source code produced different outputs on Windows versus Linux. The functionality remained identical, but the order of exports differed between the platforms, breaking...
This PR addresses multiple code quality issues identified during a comprehensive code review: ## Error Message Inconsistencies Fixed inconsistent error messages between functions and their corresponding tests: - **`check_device` function**:...
This PR adds three new collection classes that automatically remove entries when their associated `AbortSignal` is aborted, simplifying a common pattern of manual cleanup. ## Problem When tracking abort controllers/signals,...
Implements a parallel Frontegg authentication system to evaluate as a potential replacement for SuperTokens. All existing SuperTokens code remains unchanged and operational. ## Backend **New Components:** - `frontegg.middleware.ts` - Context...
- [x] Rebase branch on latest main - [x] Fix duplicate documentation for mesh plotting functions - [x] Fix missing exports for plot_linear_convergence functions - [x] Replace @docs blocks with...
Integrate new MMM class with MLflow Plan: - [x] Explore repository structure and understand the issue - [x] Identify that there are two MMM classes: old (mmm.py) and new (multidimensional.py)...
- [x] Understand the issue: `code-block` directives in fourier.py don't execute code or generate images - [x] Change `code-block:: python` directives to `plot::` directives for examples that generate plots (lines...
This PR addresses issue #135 by creating comprehensive documentation for the `vike-vue-pinia` and `vike-vue-query` packages in their respective README.md files, following the documentation style established by `vike-react-query`. ## Changes ###...
Closes #[issue number] ## Overview This PR adds a comprehensive feature comparison document between Vike Vue and Nuxt to help users understand which features are supported, how they differ, and...