Skip to content

pullrequests Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Python language:HTML

Filter by

175M results  (2 s)

175M results

UI/view changes around the Monte Carlo and projection charts: - Persist view/layout prefs alongside the params (opt-in localStorage): the portfolio and parameters section open/closed state, plus ...

Adds a typing speed test with 30-second timer, WPM, accuracy score, and real-time character highlighting. Closes #8180
contribution
gssoc:approved
GSSoC-26
level:intermediate
type:feature

Bumps the npm_and_yarn group with 1 update in the / directory: esbuild. Removes esbuild ![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=esbuild ...
dependencies
javascript

- Renamed entrypoint from main.js to main.ts for Deno standard - Replaced Cloudflare Worker fetch syntax with Deno.serve - Swapped Cloudflare specific cloudflare:sockets to Deno standard API Deno.connect ...

Description This PR adds a DeerFlow integration example that shows how a DeerFlow tool-call guardrail provider can delegate authorization and audit decisions to Agent Governance Toolkit (AGT). The example ...
dependencies
documentation
size/XL

🤖 AI Security Remediation 🟢 Auto-merge eligible — will merge after CI passes. 📊 Analysis - Severity: LOW - Confidence: 85% - Auto-fix allowed: True 📝 Summary The application is using subprocess.call ...
ai-remediation
severity-low

Summary - Adds jaxopt.OptStep to the API autosummary so solver return types can link to a generated reference page. - Adds a short docstring for the OptStep container fields. Fixes #251. Testing ...

Adds generate_placement_charts.py which runs 5,000 4-player snake-draft simulations using CatanBoard to produce 6 analysis PNGs in results/placement/: scoring system correlation, win-rate-by-bucket charts ...

개요 Google/Kakao 소셜 로그인을 Authlib 기반으로 구현하고 MariaDB upsert 로직을 추가한 PR. 기존 PR #16을 폐기하고 리뷰 지적 사항을 모두 반영하여 새로 생성합니다. 주요 구현 내용 outes/auth.py - Google / Kakao OAuth 2.0 로그인 흐름 구현 (authlib) - init_oauth() ...