pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:JavaScript
Filter by
181M results
Bumps vite from 6.4.2 to 6.4.3. details summary Release notes /summary p em Sourced from a href=
https://github.com/vitejs/vite/releases vite s releases /a . /em /p blockquote h2 v6.4.3 /h2 p Please refer ...
Describe your changes
Checklist
- [x ] I have read the [CONTRIBUTING]
- [ x] I have performed a self-review of my own code
- [x ] I have run the code locally and it works as expected
- [x ] I ...
Test PR to validate that Testing Suite Failure check fails correctly.
Automated submodule bump triggered by netbird release v0.72.0.
This PR adds two categories of unittests for the ModelChecker class:
- generic logic tests that verify that the model checker can handle basic logic features
- real-world molecule-formula pairs from ...
What
Replace the hand-maintained MagicMock(spec=[...]) attribute lists for sky.Resources and sky.Task in TestOverrideImageId
with unittest.mock.create_autospec against the real SkyPilot SDK classes.
...
Summary
- make the issue hover request provider-backed LSP suggestions in the background
- cache assisted hover suggestions per diagnostic and update the open hover when the provider responds
- ...