Ray-D-Song

Results 9 issues of Ray-D-Song

### What is the feature you are proposing? ```ts const book = new Hono() book.get('/', (c) => c.text('List Books')) // GET /book book.get('/:id', (c) => { // GET /book/:id const...

enhancement

Currently, Hono's handling of UnoCSS and Tailwind isn't very efficient. The internal processing of build and devServer plugins doesn't trigger the scanning and generation for UnoCSS and Tailwind. To trigger...

项目地址:https://github.com/Ray-D-Song/web-archive ## Web Archive ![showcase](https://raw.githubusercontent.com/ray-d-song/web-archive/main/docs/imgs/showcase.gif) Web Archive 是一个网页归档工具,包含以下几个部分: - 浏览器插件:将网页保存为单个 html 文件,并上传到服务端。 - 服务端: 接收浏览器插件上传的快照,并存储在数据库和存储桶中。 - web 客户端: 查询快照并展示。 服务端基于 Cloudflare Worker 的全套服务,包含 D1 数据库、R2 存储桶,**支持一键部署**。 赛博菩萨 Cloudflare 每个月有 10Gb...

weekly

网站地址:https://github-persona.pages.dev/ 仓库地址:https://github.com/ray-d-song/github-persona 使用 Octokit 获取数据,Cloudflare AI 的 mistral-7b 模型生成用户画像,以及 D1 数据库存储数据。

weekly

https://github.com/Ray-D-Song/lexe Lexe 是一个基于 AWS 轻量级 JavaScript 运行时 LLRT 的工具。 它允许您将 Node.js 应用程序(支持主要 Node.js API)打包成一个单一、轻量级(仅 8-10MB)的可执行文件。 和其他类似工具的产物体积比较: ![Image](https://github.com/user-attachments/assets/c27beb6b-9a92-45c5-b239-991ca8d79934) 特性: - 极小的二进制文件大小:Lexe 可以将 Node.js 应用程序打包成单个可执行文件,大小仅为 8~10MB,远小于传统 Node.js 运行时。 - 更快的冷启动时间:由于没有 JIT 编译器的开销,Lexe...

weekly

### Clear and concise description of the problem In reading mode, `mozilla/readability` causes the code highlighting effect and language annotation attributes to disappear, but I noticed that shiki still highlights...

enhancement
pr welcome

### 🤔 What is the nature of this change? - [ ] New feature - [x] Fix bug - [ ] Style optimization - [ ] Code style optimization -...