Results 5 issues of Kc

python setup.py py2app 报错 ModuleNotFoundError: No module named 'fcntl'

bug

## Summary - interpolate the original random duel request type so tag mode rooms fall back to 4-player capacity calculations - guard lookups in `ROOM_find_or_create_random` to skip rooms without random...

**项目地址:** [https://github.com/scarletkc/vexor](https://github.com/scarletkc/vexor) **1. 解决的痛点** 在面对数以千计的本地文档或代码文件时,传统的关键词搜索(如 `grep` 或 `ripgrep`)往往需要你精准记住某个词。如果你只记得“关于那个数据库连接配置的描述”而没记住具体字段名,传统工具就无能为力了。Vexor 通过向量嵌入技术实现**语义搜索**,让你用自然语言就能找到目标文件 。 **2. 主要功能特性** - **语义搜索**:支持自然语言查询,不再局限于关键词匹配 。 - **多端支持**:提供极致高效的 CLI 工具和直观的桌面应用(Desktop App) 。 - **隐私与本地化**:支持使用本地模型进行离线索引和搜索,确保数据隐私 。 - **云端接入**:内置对 Gemini、OpenAI 等多种主流 Embeddings 提供商的支持...

weekly

## Feature - add `ddgs/engines/sogou.py` implementing text search with timelimit + pagination support - wire the backend into CLI (`ddgs text -b sogou`) and list it in README’s engines table...