Skip to content

V2#21

Merged
cristipufu merged 50 commits intomainfrom
v2
Mar 27, 2025
Merged

V2#21
cristipufu merged 50 commits intomainfrom
v2

Conversation

@cristipufu
Copy link
Copy Markdown
Member

No description provided.

nwesterhausen and others added 30 commits October 15, 2023 22:29
fix(build): update tsconfig.json
fix(deps): use @rollup/plugin-terser

- Updated package versions in package.json per any warnings; updated to tauri v2 package
- Updated tsconfig.json to remove a warning about Promises by updating target.
- Added moduleResolution="node" to improve code intellisense.
- Added exclude=["rollup.config.js"] to remove warning when it tries to compile that file (vscode intellisense)
- Updated dependency version in cargo.toml
- Replaced the locale with a dummy value
Updated the cargo instructions to reference the git repo and branch. Also added a section about loading the key from a .env file.
Fix typo: "tauri-plugin-localhost" to "tauri-plugin-aptabase"
(cherry picked from commit 97065f0)
fix(build): update tsconfig.json
fix(deps): use @rollup/plugin-terser

- Updated package versions in package.json per any warnings; updated to tauri v2 package
- Updated tsconfig.json to remove a warning about Promises by updating target.
- Added moduleResolution="node" to improve code intellisense.
- Added exclude=["rollup.config.js"] to remove warning when it tries to compile that file (vscode intellisense)
- Updated dependency version in cargo.toml
- Replaced the locale with a dummy value
Updated the cargo instructions to reference the git repo and branch. Also added a section about loading the key from a .env file.
This was referenced Feb 24, 2025
@JSKitty
Copy link
Copy Markdown

JSKitty commented Feb 24, 2025

With the latest v2 branch commit 8085ab1 - I'm getting an immediate panic on run, my setup is identical to the v2 "Usage" readme, with my Aptabase key added of course.

Running `target/debug/vector`
thread 'main' panicked at /Users/jskitty/.cargo/git/checkouts/tauri-plugin-aptabase-3f46885398a9c13a/8085ab1/src/client.rs:78:9:
there is no reactor running, must be called from the context of a Tokio 1.x runtime

@cristipufu cristipufu merged commit 62fa8d5 into main Mar 27, 2025
@cristipufu cristipufu deleted the v2 branch March 27, 2025 06:10
@cristipufu
Copy link
Copy Markdown
Member Author

@JSKitty you need to use an async main function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants