pullrequests Search Results · language:Dune language:Python language:JavaScript language:HTML language:Python language:JavaScript
Filter by
177M results
error de tipeo en navbar
Automated test pull request
Corrige deux retours sur le dimensionnement.
- « Ma position » ne marchait pas : la Permissions-Policy ajoutée lors de l audit sécurité désactivait la
géolocalisation (geolocation=()). Réactivée ...
Motivation
- Prevent duplicate events.status == duplicate rows from silently becoming exportable by adding an explicit duplicate
export blocker.
- Provide a clean, FE-facing disposition by exposing ...
codex
🎯 What: Missing error path test for CachedTensorDataset missing labels or images. 📊 Coverage: Instantiating
CachedTensorDataset with an incomplete cache directory (missing labels.pt or images.bin) raising ...
Implements TASK-LC-05-FILTER-SHELL — search box + filter chips over the Learning Catalogue, with client-side filtering.
What
- Search: matches card title and keywords (case-insensitive substring). ...
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
Summary
The site already had a strong SEO baseline (per-page canonicals, OpenGraph/Twitter cards, breadcrumb JSON-LD, sitemap,
robots, llms.txt, manifest). This PR closes the remaining concrete gaps found ...
Enable Remyx Recommendation on smellslikeml/espnet
This PR was opened by Remyx to install the Outrider recommendation workflow. Once merged, a weekly job picks the next
recommended arXiv paper for your ...
Summary
Painter s algorithm loop used literal 38/19 (correct only for a 20×20 grid). Replace with GRID_SIZE-based expressions:
- diag = 38 → diag = (GRID_SIZE - 1) * 2 (= 78 for 40×40)
- diag - 19 ...