-
-
Couldn't load subscription status.
- Fork 0
feat: tauri service #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
goosewobbler
wants to merge
97
commits into
main
Choose a base branch
from
feat/extract-native-utils
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+31,303
−694
Conversation
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
8bf7bfe to
3d60d8d
Compare
ab5b95d to
cf2b28d
Compare
af97888 to
4ca7cad
Compare
4ca7cad to
90798e8
Compare
49660f5 to
6b5baa7
Compare
- Add debug logging to write_file Rust command to see received parameters - Add debug logging to JavaScript execute function to see sent parameters - Fix test to pass all required parameters (including null for optional) - This will help identify if the issue is in parameter serialization/deserialization
- Remove console.log statements that may be causing WebDriver execution failures - Add test_simple_params command to test basic parameter passing - Add more detailed Rust logging for write_file command - This will help identify if the issue is with console logging or parameter passing
- Add #[derive(Debug, Serialize, Deserialize)] to FileOperationOptions struct - Add immediate logging at function entry points to catch early failures - This should fix parameter deserialization issues that were causing silent failures
- Fix launcher to properly access tauri:options in multiremote capabilities structure - Add type assertion to handle multiremote vs standard capabilities differences - This should resolve 'Tauri application path not found in capabilities' warning
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.
Closes #14
TODO: