pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript
Filter by
149M results
Problem
Right-clicking a sidebar folder → Properties (and the Settings gear path) silently did nothing. The handler ran and
removeAttribute( hidden ) fired, but the modal never became visible.
Root cause ...
Bumps @aws-sdk/client-ssm from 3.1049.0 to 3.1072.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/aws/aws-sdk-js-v3/releases @aws-sdk/client-ssm s releases /a . ...
dependencies
javascript
- [x] Tests pass locally (uv run pytest tests/)
- [x] Lint + format is clean (uv run ruff check src/ tests/ uv run ruff format --check src/ tests/)
- [x] Type check is clean (uv run mypy src/mira/ ...
Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions
- The threads argument was inaccurate, as multiprocessing is being used, so the arguments have been changed to be
processes.
- Removed the print statement warning about using a single process as ...
Summary
Extends the US pre-opening screen (value-screener/preopen.py) with seven cross-asset risk and macro-context indicators.
Each is an optional field scored in prescreen.score_macro with a documented, ...
Last mile. The worker reconcile reached GitHub App auth and died:
githubkit.exception.RequestError: Algorithm RS256 could not be found. Do you have cryptography installed?
githubkit was pinned without ...
Updates the prefetcher architecture and usage guide to include recent performance benchmark figures for Rapid Buckets.
This adds two new tables displaying throughput, max memory, and max CPU utilization ...
[!WARNING] Dependabot will stop supporting python v3.9!
Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.
Bumps altcha from 0.1.9 to 1.0.0. details summary ...
dependencies
python
💡 What: Replaced new Set(renderedNotes.map(n = n.pitch)) with a for...of loop in
apps/desktop/src/features/workspace/GrooveMap.tsx that directly adds pitches to the Set.
🎯 Why: The previous implementation ...