the helper we were calling was pushing a new call, which was hanging
out. we can skip the middleman since we already have something properly
prepared, just without a stdlib in some cases.
* origin/main:
Quick app rename typo fix in settings.md (#6198)
Add point-and-click Insert from local project files (#6129)
Install and start Vector on macOS CI runners (#6147)
Implement polar std function in KCL (#6180)
Bump typescript from 5.8.2 to 5.8.3 in /packages/codemirror-lsp-client in the patch group (#6188)
Bump @types/node from 22.13.13 to 22.14.0 in /packages/codemirror-lsp-client in the minor group (#6189)
Bump the major group in /packages/codemirror-lang-kcl with 2 updates (#6194)
Bump taiki-e/install-action from 2.49.30 to 2.49.45 in the patch group (#6185)
Bump the patch group with 6 updates (#6186)
Bump the patch group in /rust/kcl-language-server with 3 updates (#6183)
Bump the patch group in /packages/codemirror-lang-kcl with 2 updates (#6193)
Remove unnecessary timeouts waiting for command bar (#6199)
Stream handling / Stream idle mode v2; a ton of network related changes (ping; scene indicator -> stream indicator, stream resizing (even on pause)) (#5312)
More propagation of numeric types (#6177)
Apply type-directed coercions to arguments in calls of user functions (#6179)
Erase comment start positions from snapshot tests (#6178)
Implement coercion of numeric types for ascription and arithmetic (off by default) (#6175)
Reduce the number of reps in the add_lots test (#6174)
take things off the batch in a more safe way (#6171)
* Add back stream idle mode
* Shut up codespell
* Correct serialization; only expose at user level
* cargo fmt
* tsc lint fmt
* Move engineStreamMachine as a global actor; tons of more work
* Fix up everything after bumping kittycad/lib
* Remove camera sync
* Use pause/play iconology
* Add back better ping indicator
* wip
* Fix streamIdleMode checkbox being wonky
* yarn fmt
* Massive extinction event for waitForExecutionDone; try to stop projects view switching from crashing
* Clear diagnostics when unmounting code editor!
* wip
* Rework initial root projects dir + deflake many projects tests
* More e2e fixes
* Deflake revolve some revolve tests
* Fix the rest of the mfing tests
* yarn fmt
* yarn lint
* yarn tsc
* Fix tsc after rebase
* wip
* less flaky point and click
* wip
* Fixup after rebase
* Fix more tests
* Fix 2 more
* Fix up named-views tests
* yarn fmt lint tsc
* Fix up new changes
* Get rid of 1 cyclic dependency
* Fix another cyclic mfer!
* fmt
* fmt tsc
* Fix zoom to fit being frigged
* a new list of circular deps
* Remove NetworkHealthIndicator test that was shit
* Fix the bad reload repeat issue kevin started on
* Fix zoom to fit at the right moments...
* Fix cache count numbers in editor test
* Remove a test race - poll window info.
* Qualify fail function
* Try something
* Use scene.connectionEstablished
* Hopefully fix snapshots at least
* Add app console.log
* Fix native menu tests more
* tsc lint
* Fix camera failure
* Try again
* Test attempt number 15345203, action!
* Add back old window detection heuristic
* Remove firstWindow to complete the work of 2342d04fe2
* Tweak some tests for MacOS
* Tweak "set appearance" test for MacOS
Revert this if it messes up any other platform's color checks!
* Are you serious? This was all that needed formatting?
* More color tweaks
Local MacOS and CI MacOS don't agree
* Fixes on apperance e2e test for stream idle branch (#6168)
pierremtb/stream-idle-revamp-appearance-fixes
* Another apperance fix
* Skip one native menu test to make stream idle green (#6169)
* pierremtb/stream-idle-revamp-more-fixes
* Fix lint
* Update snapshot for test_generate_settings_docs
---------
Co-authored-by: lee-at-zoo-corp <lee@zoo.dev>
Co-authored-by: Frank Noirot <frankjohnson1993@gmail.com>
Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com>
Co-authored-by: Pierre Jacquier <pierre@zoo.dev>
* origin/main: (26 commits)
attempt to import win-ca on windows (#6136)
Upgrade e2e-tests windows runner from 4 cores to 8 (#6166)
Follow-up fixes after bearing sample rename (#6164)
Add test for #5799: "Only showing axis planes when there are no errors" (#6007)
Wait for export button to make test more reliable (#6143)
sketching on a mirror2d thats been extruded fixed! (#6149)
Bump vite from 5.4.16 to 5.4.17 in /packages/codemirror-lang-kcl in the security group (#6150)
Bump vite from 5.4.16 to 5.4.17 in the security group (#6151)
Update all KCL-Samples to be more ME friendly (#6132)
Shorten feedback cycle for legitimate failures (#6146)
Remove the camera projection toggle from the UI (#6077)
Use all available CPUs to run tests on CI (#6138)
[fix] Get rid of risky useEffect in restart onboarding flow (#6133)
Feature: Traditional menu actions in desktop application part II (#6030)
[Bug] fix some UI friction from imports (#6139)
Use scene fixture to make test more reliable on macOS (#6140)
Fix: function composition during playwright setup created a massive page.reload loop (#6137)
Alternative way to make appMachine spawned children type safe (#5890)
[BUG] mutate ast to keep comments for pipe split ast-mod (#6128)
Rename the app to Zoo Design Studio (#5974)
...
* WIP: Change the name of the app
Fixes#5971
* Force release build
* More renames
* Fix release builds on PR
* Remove alpha on home page, replace with nightly if nightly
* Change appId back to dev.zoo.modeling-app after updater test failure
* Cleanup towards review
* Lint
* Lint plus @jacebrowning's suggestion
* Lint
* Rename operations to be more generic grouping
* Add group enum
* Add module instance groups
* Change to export all operation ts-rs types to the same file
* Fix Feature Tree display of modules to use name
* Ignore clippy warning
* Update output after operation changes
* Change module instances in Feature Tree use to import icon
* Fix error message when attempting to delete module instance
* Change default project name to 'untitled'
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* A snapshot a day keeps the bugs away! 📷🐛
* Clean up
* More renaming
* Fix test
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>