issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:Python language:JavaScript
Filter by
42.2M results
Summary
_bounded_chunksize uses a uniform average bytes_per_row = table.nbytes // table.num_rows and caps batches by row count
only. For variable-width/skewed frames (e.g. a JSON-blob column, clustered ...
performance
priority:high
python
Summary
The msgpack columnar DataFrame fallback (used when pyarrow is absent and serializer= auto ) branches on
series.dtype.name.startswith( int )/( float ) — lowercase. Pandas nullable dtypes are capitalized ...
bug
python
Summary
On deserialize/integrity failure, the L1 path invalidates the entry (self-heals), but the L2 path catches
SerializationError and returns None (miss → recompute) without deleting the corrupt/tampered ...
bug
python
Summary
A NaN TTL produces expires_at = NaN. The store guard if expiry = current_time and is_expired() s time.time() =
expires_at both evaluate False for NaN, so the entry is stored and never expires ...
bug
python
Summary
np.frombuffer is used to reconstruct numpy arrays and numeric DataFrame/Series columns. The returned arrays are
writeable=False, owndata=False, and alias the source bytes. On an L1 hit they alias ...
bug
python
Summary
The dataframe/series deserialize branches wrap ByteStorage.retrieve in a broad except Exception that logs at DEBUG and
falls through to re-parsing the (still-corrupt) bytes as raw msgpack. A genuine ...
bug
python
项目地址
https://github.com/AVBMaster/UpBrowser
类别
C#
项目标题
一个用 C# 和 SkiaSharp 构建的现代浏览器引擎
项目描述
UpBrowser
一个用 C# 和 SkiaSharp 构建的现代浏览器引擎。 https://github.com/AVBMaster/UpBrowser
项目旨在帮助对浏览器底层原理感兴趣的开发者轻松学习(与庞大臃肿的chromium相比,UpBrowser更加轻量模块化,更易于学习) ...
Summary
Top-level np.ndarray values are serialized via _serialize_numpy and returned directly, never passing through Rust
ByteStorage.store. Unlike the DataFrame/Series/msgpack branches, the numpy path ...
bug
priority:high
python
記事は投稿されましたが、カバー画像が設定できませんでした
考えられる原因:
- note.com のUI変更によりカバー画像ボタンのセレクタが変わった
- ホバー検出ロジックが機能しなかった
確認方法:
- output アーティファクト内の note_cover_error.png を確認してください
- Run URL: https://github.com/masatosprojects/kamakura-content-bot/actions/runs/27077906555 ...
Summary
The legacy RedisBackend builds its connection pool with decode_responses=True, so redis-py runs value.decode( utf-8 ,
strict ) on every GET. All serialized payloads (Rust ByteStorage LZ4, Arrow ...
bug
priority:high
python

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.