pullrequests Search Results · language:Dune language:Python language:JavaScript language:CSS language:CSS language:C#
Filter by
169M results
Phase 0 — UX foundation
First slice of the tunr UX overhaul. Goal of this phase: land the reusable primitives later phases need, ship the
simplification wins that are zero-risk, and add the one visual ...
Summary
- Two new Snakemake targets wrapping downstream preprocessing:
- jsonl — parallel per-shard FASTA → json_sdiff JSONL conversion with a resumable per-shard cache, emitting
{forwards,pairwise,combined}_{train,test}.jsonl ...
Summary
- add provider-neutral notification toolset with SendGrid email adapter
- add Sales Core customer workspace URLs for quote/catalog/invoice review
- add customer workspace/event tables for ...
Summary
- Renames all source files to kebab-case (components, hooks, fixtures, test utils) - was inconsistent mix of
PascalCase and camelCase
- Removes useCallback from use-recipe-upload - redundant ...
This PR is automatically managed by GitHub Actions to sync feedback from Issues.
Motivation
- Convert the adapter to a simplified Vertex AI Express Mode-only design that authenticates via VERTEX_EXPRESS_API_KEY
and remove service-account / OpenAI-direct code paths.
- Simplify ...
codex
…(XAI) eklendi
目的
完成關聯式資料庫 (PostgreSQL) 的 Schema 設計,建立系統所需的基礎表格。
重點設計與決策
- 已經確認過 train-mock-data 內的 JSON 假資料,並建立對應的正規化 Table(包含 users, bookings, metro_travel_history, payments 等)。
- 重要解法:為了解決捷運站跟火車站互相轉乘的「循環外鍵 ...