From cbcff572389c75b655f5dd7d7b5136a549469787 Mon Sep 17 00:00:00 2001 From: JITENDRAGAHERWAR03 Date: Wed, 4 Feb 2026 09:19:42 +0530 Subject: [PATCH 1/5] Docs: clarify ONNX Runtime warning on Windows 11 --- docs/Manual_Setup_Guide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/Manual_Setup_Guide.md b/docs/Manual_Setup_Guide.md index d2512e3be..1cdccb5c7 100644 --- a/docs/Manual_Setup_Guide.md +++ b/docs/Manual_Setup_Guide.md @@ -179,3 +179,16 @@ Before setting up the Python backend and sync-microservice, you need to have **M ``` For other systems, consult your distribution's documentation. + + 3. ### ONNX Runtime warning on Windows 11 (safe to ignore) + + While running backend tests or starting the PictoPy backend on Windows 11, you may see a warning similar to: + + UserWarning: Unsupported Windows version (11). + ONNX Runtime supports Windows 10 and above. + + + This warning is **harmless**. If backend tests pass successfully and the application runs as expected, the setup is working correctly. + + The warning originates from ONNX Runtime's internal OS version check and does s **not** indicate a compatibility issue with PictoPy on Windows 11. + From dc563851919f96731b7226b5a2693aca14e84b68 Mon Sep 17 00:00:00 2001 From: JITENDRAGAHERWAR03 Date: Wed, 4 Feb 2026 17:01:40 +0530 Subject: [PATCH 2/5] Fix markdown formatting and typo in ONNX warning docs --- docs/Manual_Setup_Guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Manual_Setup_Guide.md b/docs/Manual_Setup_Guide.md index 1cdccb5c7..52e344454 100644 --- a/docs/Manual_Setup_Guide.md +++ b/docs/Manual_Setup_Guide.md @@ -180,15 +180,15 @@ Before setting up the Python backend and sync-microservice, you need to have **M For other systems, consult your distribution's documentation. - 3. ### ONNX Runtime warning on Windows 11 (safe to ignore) + ### ONNX Runtime warning on Windows 11 (safe to ignore) - While running backend tests or starting the PictoPy backend on Windows 11, you may see a warning similar to: +While running backend tests or starting the PictoPy backend on Windows 11, you may see a warning similar to: - UserWarning: Unsupported Windows version (11). - ONNX Runtime supports Windows 10 and above. +UserWarning: Unsupported Windows version (11). +ONNX Runtime supports Windows 10 and above. +This warning is **harmless**. If backend tests pass successfully and the application runs as expected, the setup is working correctly. - This warning is **harmless**. If backend tests pass successfully and the application runs as expected, the setup is working correctly. +The warning originates from ONNX Runtime's internal OS version check and does **not** indicate a compatibility issue with PictoPy on Windows 11. - The warning originates from ONNX Runtime's internal OS version check and does s **not** indicate a compatibility issue with PictoPy on Windows 11. From 667d3bf757415f21da08cecd0f96df324076cc7b Mon Sep 17 00:00:00 2001 From: JITENDRAGAHERWAR03 Date: Wed, 4 Feb 2026 20:59:43 +0530 Subject: [PATCH 3/5] Docs: clarify Jest warning after successful frontend tests --- docs/Manual_Setup_Guide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/Manual_Setup_Guide.md b/docs/Manual_Setup_Guide.md index 52e344454..42049a31e 100644 --- a/docs/Manual_Setup_Guide.md +++ b/docs/Manual_Setup_Guide.md @@ -191,4 +191,17 @@ This warning is **harmless**. If backend tests pass successfully and the applica The warning originates from ONNX Runtime's internal OS version check and does **not** indicate a compatibility issue with PictoPy on Windows 11. +### Jest warning after successful frontend tests +While running frontend tests, you may see the following warning: + +Jest did not exit one second after the test run has completed. + + +This warning does **not** indicate a test failure. All tests may still pass successfully. + +It is usually caused by open async handles such as timers, watchers, or dev-server related processes. +If tests pass and no processes are hanging, the warning can be safely ignored. + +For debugging purposes, contributors can optionally run: +npm test -- --detectOpenHandles From 05d44bf51de2ce2408350875fbd4448fc1ecba63 Mon Sep 17 00:00:00 2001 From: JITENDRAGAHERWAR03 Date: Wed, 4 Feb 2026 21:12:05 +0530 Subject: [PATCH 4/5] Docs: fix hyphenation in Jest warning explanation --- docs/Manual_Setup_Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Manual_Setup_Guide.md b/docs/Manual_Setup_Guide.md index 42049a31e..e6e74171f 100644 --- a/docs/Manual_Setup_Guide.md +++ b/docs/Manual_Setup_Guide.md @@ -200,7 +200,8 @@ Jest did not exit one second after the test run has completed. This warning does **not** indicate a test failure. All tests may still pass successfully. -It is usually caused by open async handles such as timers, watchers, or dev-server related processes. +It is usually caused by open async handles such as timers, watchers, or dev-server-related processes. + If tests pass and no processes are hanging, the warning can be safely ignored. For debugging purposes, contributors can optionally run: From 9df19f13bb71927589ff278f83f69f5cf8581316 Mon Sep 17 00:00:00 2001 From: JITENDRAGAHERWAR03 Date: Sun, 15 Feb 2026 19:53:26 +0530 Subject: [PATCH 5/5] Docs: fix markdown heading indentation --- docs/Manual_Setup_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Manual_Setup_Guide.md b/docs/Manual_Setup_Guide.md index e6e74171f..129a1db2a 100644 --- a/docs/Manual_Setup_Guide.md +++ b/docs/Manual_Setup_Guide.md @@ -180,7 +180,7 @@ Before setting up the Python backend and sync-microservice, you need to have **M For other systems, consult your distribution's documentation. - ### ONNX Runtime warning on Windows 11 (safe to ignore) + ### ONNX Runtime warning on Windows 11 (safe to ignore) While running backend tests or starting the PictoPy backend on Windows 11, you may see a warning similar to: