pullrequests Search Results · language:Dune language:Python language:Java language:Java language:JavaScript language:JavaScript
Filter by
182M results
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
What
Hardens the offline doc-lint suite in tests/test_docs.py and corrects the stale 826-repo current-state figures in the
README. Closes #1 (docs anchored to 826 repos).
Docs/tests only. No code, no ...
Motivation
- Esclarecer limites entre regras obrigatórias para qualquer pipeline e comportamentos/artefatos específicos do
GeraLanding para evitar cópia indevida de nomes ou responsabilidades.
...
codex
What
Adds --authored-after / --authored-before / --include-nulls to search, wiring the already-stubbed authored_after /
authored_before / include_nulls / excluded_null_dated response keys to real behavior. ...
What changed
.github/workflows/verify-latest.yml schedule: 0 2 * * 1 (weekly Monday) → 0 2 * * 3,6 (Wednesday Saturday, 02:00 UTC).
Nothing else touched — workflow_dispatch inputs and all job steps are ...
💡 What: Replaced an O(N) array filter lookup with an O(1) Map lookup in getUser inside
Chapter09/node-chat-app/server/utils/users.js. 🎯 Why: Frequent user lookups block the Node event loop less when using ...
Summary
The /vendors admin router (app/api/vendors.py, mounted in app/main.py with only Depends(require_user_auth)) had no
permission gate, so any authenticated principal — including vendor-portal users ...