pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:JavaScript language:JavaScript
Filter by
210M results
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 90 sleep for: 300s close stale after: 48 hours
[pullrequest] requests per hour: 250 target branch: main
...
Closes #60. Adds +examples: DetailedDefinition [0..*] to DetailedDefinition so any note (or definition, or annotation)
can carry scoped EXAMPLE entries — VIM 1993 style.
Summary
- models/concepts/DetailedDefinition.lutaml ...
This PR was created by qwen-chat coder for task f784e008-e2a2-4bfd-9961-71dfd4b74051.
!-- This is an auto-generated comment: release notes by coderabbit.ai --
Summary by CodeRabbit
- New Features ...
Summary
Auth parity with peptidetracker-staging fix:
- Store google_email from JWT after successful verify; use as login_hint in initGoogleAuth so One Tap auto-selects
reliably with multiple Google ...
Full-codebase security audit — Vikramaditya VAPT tool
A comprehensive multi-agent adversarial review of the entire tool (~155 modules / ~60k LOC), with independent
verification at every stage. Every fix ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Unbounded block pointers in the UFS extractor
Block addresses come straight from inode and indirect-block data but are turned into file offsets and read without
checking they fall inside the data area, ...
Summary
- Auth: Store google_email from the JWT payload after sign-in; pass it as login_hint to
google.accounts.id.initialize() so One Tap auto-selects the right account even with multiple Google ...
What
Fixed a JSON syntax error in package.json that was causing CI to fail.
Why
The error was due to a missing comma after the test script in the scripts object.