Copilot

Results 4682 issues of Copilot

The lint workflow was failing due to a corrupted Super-Linter v3 Docker image missing critical action files. ## Changes - Upgraded `github/super-linter@v3` to `@v4` in `.github/workflows/lint.yml` Super-Linter v4 is the...

This PR implements the ability to block clicks outside app-level floating windows, providing Dialog-like modal behavior as requested in the original issue. ## What's New **Block Outside Clicks Feature** -...

This PR adds the requested `getWindowManagerLayoutParams(): WindowManager.LayoutParams?` method to the `IFxControl` interface, enabling developers to access and modify window properties for system-level floating windows at runtime. ## Problem Users needed...

FloatingX control operations called in `Activity.onCreate()` were being silently ignored due to lifecycle timing issues. The floating window's internal view hadn't been initialized yet when these operations were called, causing...

This PR adds a new `LongPressMove` display mode to FloatingX that prioritizes floating window movement when child views have click events, resolving touch event conflicts in interactive floating windows. ##...

When a floating window's content is hidden or resized (causing view size changes), the remaining content would incorrectly position at the top-left corner instead of respecting the configured `FxGravity` setting....

This PR adds support for loading lists of HDF5 files as training/validation data where each HDF5 file stores a multisystem dataset. Users can now specify HDF5 files directly in lists...

Python

Properly reverted the implib file to address reviewer feedback: ## ✅ Changes Made **Properly Reverted Implib File (Comment #2365994965)** - Correctly reverted `source/3rdparty/implib/implib-gen.py` to the exact original state before the...

Python

- [x] **Successfully merged devel branch** - resolved conflicts and integrated 261 changed files - [x] **Resolved pyproject.toml configuration conflict** - preserved detailed Paddle type hint progress while adopting simplified...

Python

- [x] Plan initial approach for adding fine-tuning warnings - [x] Implement basic warnings for --use-pretrain-script scenarios - [x] Add enhanced warnings with nlayer/repformer support - [x] Remove special handling...

Python