Results 8 issues of dorianzheng

Can we inline large value at the highest level for improving range scan performance at the cost of some potential write performance regression.

Since the write callback is removed by #121 , it's possible to generate SST files of valid keys and to ingest these SST files by `IngestExternalFile`

https://github.com/pingcap/grpc-rs/blob/1c64b3d16ffcbfc37efcd060cfa03a8ad69f7f46/src/server.rs#L499 If server fork more than one grpc-poll thread, server may destruct before all the grpc-poll thread exist. @overvenus

Bug

If the `map` is using the same hash function of the shard, then the hash space of the map will be less than expected because the tailing bits of a...

## Summary I'd like to propose [BoxLite](https://boxlite-labs.github.io/website/) as a sandbox solution for Goose. This relates to #5943 which discusses sandbox support options. ## What is BoxLite? BoxLite is an embeddable...

## 项目介绍 **BoxLite** 是一个可嵌入的微型虚拟机运行时,专为 AI Agent 安全执行环境设计。 遵循 SQLite 的设计哲学:"小巧、快速、可靠",BoxLite 让你在轻量级 VM 中运行容器,提供硬件级隔离——无需守护进程。 ## 解决的问题 AI Agent 在拥有完全自由时最强大——可以写代码、安装包、修改文件、访问网络。但这种自由在宿主机上很危险。 现有方案的困境: | 方案 | 问题 | |------|------| | Docker 容器 | 共享宿主内核,隔离不彻底...

weekly

# Proposal: BoxLite as VM infrastructure for hardware-isolated computer automation Hi Google Gemini team! 👋 First off, excellent work on computer-use-preview—this is a fantastic demonstration of Gemini's computer use capabilities....

# Proposal: Optional BoxLite integration for sandboxed code execution and plugin isolation Hi Claude Code team! 👋 First off, amazing work on Claude Code—having an agentic coding tool that lives...

enhancement
area:tools
area:core
area:mcp
area:security