-
Notifications
You must be signed in to change notification settings - Fork 680
feat: create Vue framework sdk #4037
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
Conversation
53af8c1 to
35d1774
Compare
35d1774 to
bc3bf62
Compare
cloutiertyler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks excellent. I have essentially no notes.
…into tien/feat/vue-sdk
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Compared against master branch baseline Generated at: 2026-01-21T11:17:21.584Z Failure Analysis (click to expand)Benchmark Failure AnalysisGenerated from: Summary
SpacetimeDB Benchmark Test Failures AnalysisThis report organizes SpacetimeDB benchmark test failures by language and mode, providing actionable insights on required documentation changes based on the discrepancies found between the generated code and the expected (golden) code. Rust / rustdoc_json FailuresCompile/Publish Errors (2 Failures)t_002_scheduled_table & t_017_scheduled_columns
Other Failures (6 Failures)t_003_struct_in_table & t_004_insert & t_006_delete & t_007_crud
C# / docs Failures (4 total)t_014_elementary_columns & t_016_sum_type_columns
This analysis identifies commonalities in failures and provides actionable documentation improvements that can enhance the clarity and usability of the SpacetimeDB API across different languages. |
…into tien/feat/vue-sdk
…into tien/feat/vue-sdk
|
/update-llm-benchmark |
LLM Benchmark Results (ci-quickfix)
Compared against master branch baseline Generated at: 2026-01-26T15:42:12.228Z Failure Analysis (click to expand)Benchmark Failure AnalysisGenerated from: Summary
Analysis of SpacetimeDB Benchmark FailuresThis analysis focuses on test failures within SpacetimeDB benchmarks, specifically categorized by language and mode, providing actionable insights for documentation improvements to reduce these errors. Rust / rustdoc_json Failures (7 total)Compile/Publish Errors (3 failures)1. t_002_scheduled_table
2. t_007_crud
3. t_017_scheduled_columns
Other Failures (4 failures)t_004_insert
t_011_helper_function
C# / docs Failures (5 total)1. t_014_elementary_columns
(Continue this format for the remaining C# failures...) ConclusionThis comprehensive analysis of SpacetimeDB benchmark test failures highlights key areas where the documentation can improve self-guidance for developers. Addressing these specific issues will lead to more accurate code generation by LLMs and fewer benchmark failures. |
# Description of Changes The PR implements the following updates: - Create Vue framework sdk - Add Vue Quickstart Docs - Create `vue-ts` template # Screenshots - `vue-ts` template <img width="1512" height="862" alt="Screenshot" src="https://github.com/user-attachments/assets/15c8209b-ec7f-4f4a-a5b4-5174ddd068be" /> - Vue Quickstart Docs <img width="1392" height="854" alt="image" src="https://github.com/user-attachments/assets/57650232-81fa-43d3-be5a-135aa1799f05" /> <!-- Please describe your change, mention any related tickets, and so on here. --> # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> # Expected complexity level and risk <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [ ] <!-- maybe a test you want to do --> - [ ] <!-- maybe a test you want a reviewer to do, so they can check it off when they're satisfied. --> --------- Co-authored-by: clockwork-labs-bot <[email protected]>
Description of Changes
The PR implements the following updates:
vue-tstemplateScreenshots
vue-tstemplateAPI and ABI breaking changes
Expected complexity level and risk
Testing