Skip to content

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

Filter by

162M results  (2 s)

162M results

Summary POST /api/presets/expand did not use the owner parameter when calling _resolve_model, so in a multi-user setup it could match another user s endpoint, giving the base URL and api key. I simply ...
ready for review

Fixes #96 Summary This PR adds automatic backup creation before file overwrite operations to help prevent accidental data loss and provide a recovery path when applying changes. Changes Made Added ...
GSSOC
level:beginner
type:feature

Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | postcss | 8.5.8 | 8.5.15 | | vite | 5.4.21 | 8.0.16 | | vite | 8.0.1 | 8.0.16 | | brace-expansion ...
dependencies
javascript

Implementation Summary - Utility: nightly-chrono-compass - Provider: gemini - Location: bash-utils/nightly-nightly-chrono-compass - Files Created: 3 - Description: A bash utility to find recently ...

Winter

Summary Fix schematic-validator false positives that flagged duplicate references and unconnected pins on every unit of a multi-unit symbol (LM393, MCP6001 dual op-amp, hex inverters, ...). The validator ...
loom:review-requested

💡 What: Replaced the pure Python _888_to_565 and fallback numpy_888_565 functions with a bytearray implementation utilizing bitwise assignments instead of byte string concatenation (b += ...) and int.to_bytes(). ...