pullrequests Search Results · language:Edge language:TypeScript language:HTML language:TypeScript language:Python language:Java
Filter by
193M results
Phase 2a of NAN-5491 — online int4 → bigint widening of records_seen.sync_job_id. Full plan: Analysis: migration of
sync_job_id.
- Adds a nullable bigint shadow column sync_job_id_new on nango_records.records_seen ...
mill only attached a stdout handler to the robotsix_mill logger, so robotsix_llmio logs vanished at a handler-less root
— including the new claude_sdk per-turn stream feedback (turns/tool_use/tool_result/result), ...
Summary
The CBC wrong-key decryption tests in cipher.test.ts were flaky.
aes-256-cbc is unauthenticated, so the only thing that makes a wrong-key decryption throw is decipher.final() failing
PKCS7 padding ...
- docs(changeset): - cosekey algorithm now also can be MacAlgorithm - Some support for ed25519 to get the public and
private key
- feat: better support for ed25519 and add MacAlgorithm
Description ...
Summary
- Clarify that changeset-commit-partitioner remains the planning layer for grouping mixed changes.
- Add branch-per-feature output guidance when repo policy requires one thematic branch per ...
Automated test pull request
Summary
- Add repo-local Git hooks that block local commits and direct pushes on protected integration branches: dev, main,
and master.
- Add an installer script for local clones: scripts/install-local-git-hooks.sh. ...
In multiple places, probert had except subprocess.CalledProcessError blocks around calls to subprocess.run(). However,
such an exception can only be raised when check=True is passed.
This means the except ...