A lot of fixes for the app#22
Merged
f1shyondrugs merged 17 commits intoPointerIDE:mainfrom Mar 27, 2026
Merged
Conversation
added 17 commits
March 26, 2026 09:51
- Fixed backend HTTPException handling to return JSON instead of HTML - Enhanced FileSystemService error handling with content-type validation - Added Vite proxy configuration for API endpoints - Created automated build scripts (batch, PowerShell, bash) with prerequisite checking
- Fixed: UnicodeDecodeError when loading .env file with wrong encoding - Added: Explicit UTF-8 encoding for load_dotenv() with fallback - Fixed: .env file encoding to proper UTF-8 - Enhanced: Environment variable loading robustness
- Added: dmg-builder and electron-builder-squirrel-windows as explicit dev dependencies - Fixed: Yarn install warnings about missing peer dependencies - Enhanced: Build dependency resolution for electron-builder
…d RPC startup logging
…colorful + tinycolor2
Collaborator
|
changes look good, i think - i guess it runs 😭 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes the critical settings loading error that occurred when loading settings files and adds comprehensive cross-platform build scripts with automated prerequisite checking.
Fixed Issues
Changes Made
New Features
Testing
Files Changed