pullrequests Search Results · language:Dune language:JavaScript language:Java language:Java language:Java language:Java
Filter by
129M 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
Fixed Navbar showing authenticated options before login by validating the stored JWT on app start.
Changes:
Updated client/src/context/AuthContext.jsx: Added authLoading state. On mount, if a token exists ...
closes #921
PR Title:
fix(api): use restrictedPrompt cache key for request deduplication
PR Description:
### Summary
Align the request deduplication fallback cache check key with the correct secure ...
backend
bug
type:testing
Contexte
Retours utilisateur sur l outil « Calage GPS » (Réglages → Cartes, ajouté en #200) :
1. Les plans apparaissent trop petits.
2. Les plans ne sont pas cliquables pour poser les points GPS.
...
Audit Phase 2 — five features fully built + tested in the backend but unreachable from the UI. All wired here (frontend
only; static bundle rebuilt).
What s now reachable
1. Strategy detail view (/test-strategy/:id) ...
Data Flow (v3.1.0)
Overhaul of the visual pipeline studio. Documents are still chains (.sqlchain); the studio is now presented as Data
Flow, parallel to Story Flow for visualizations.
New nodes
- ...
Summary
useAuthStore.ts saves the refresh_token to localStorage but never uses it. Keycloak access tokens expire after ~5
minutes — once expired, every API call triggered a logout and redirect to /login ...
Changes
Post URL extraction (content.js)
- Refactored extractPostUrl into modular helpers: findUrnInEl, searchAnchors
- Added async extractPostUrlWithMenu -- clicks three-dot menu on search results, ...