Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:Python language:Java language:Python language:Java

Filter by

169M results  (2 s)

169M results

Unified replay for smallrye/smallrye-reactive-messaging

- Add vitest (only new dep) + vitest.config.ts (@ alias, node env, lib/**/*.test.{ts,tsx}) - lib/contract/index.test.ts: Zod schema defaults/validation, intentToVariant exhaustiveness, resolveItemActions ...

This PR introduces a suite of type safety enhancements and docstring alignments executed by the Atlas persona. It ensures mypy strict mode passes perfectly, resolves all formatting/linting issues via ruff, ...

Adds a React Doctor scan to every pull request and every push to the default branch. The workflow file is documented inline. Docs: https://www.react.doctor/ci

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 From an Ubuntu Pi 3 log — three issues, one a real bug. 1. Phantom cameras + select() timeouts (real bug) A Raspberry Pi exposes many /dev/video* nodes that are codec/ISP/metadata devices (video10–23), ...

概要 スマートフォン表示において、記事カードの「既読にする」ボタンが透明になっており、タップ領域も小さいため操作性が悪い問題を修正しました。 変更内容 src/client/components/ArticleCard.tsx - スマホでは常に表示(opacity-100)、PCではホバー時のみ表示(md:opacity-0) - スマホ時のタップ領域を拡大(size-10 md:size-8) ...

Potential fix for https://github.com/orxu/orxuno/security/code-scanning/4 Use the browser cryptographic RNG (crypto.getRandomValues) instead of Math.random() when generating randomHex. Best minimal fix ...

Summary - Remove React onTouchMove prop (passive by default, iOS Safari ignores preventDefault) - Add non-passive addEventListener( touchmove ) that blocks scroll except inside data-scroll-area ...