Skip to content

⚠️ Current Known Issues #1

@JerryDismukes

Description

@JerryDismukes
    1️⃣ Paging File Visibility Timing (Rare / Slow Disk)
            On slower systems, the paging file may not be immediately visible after completion.
            Current behavior:
            Paging success is determined by API completion, not file existence.
            Transient "WaitingExport" may appear briefly before finalization.
    
    2️⃣ History Status Drift After Restart (Rare)
    
        Under specific restart timing:
        A previously completed export may briefly show WaitingExport.
        Status normalizes on next scheduler tick.
        Does not affect export correctness.
    
    3️⃣ UI Layout Scaling on Some Windows 10 VMs
    
        Certain DPI combinations may clip top tab headers.
        Manual scaling logic was removed to stabilize layout.
        Some environments may still require layout refinement.
    
    4️⃣ Zero-Row Detection (Paging)
    
        Currently:
            Paging success = API call completed
            Row count is not directly inspected
            Future enhancement will:
            Detect zero-row result sets deterministically
            Mark NoData explicitly from API result

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions