OPFS + Pyodide 测试工具
作者正在探索 Datasette Lite(一款完全在浏览器中通过 Pyodide 和 WebAssembly 运行的 Python Datasette 应用)能否利用 OPFS(源私有文件系统)编辑存储在用户电脑上的持久化 SQLite 文件。为此,他让 Claude Code for web 构建了这个交互式 UI,以便在不同浏览器中测试该功能。
作者正在探索 Datasette Lite(一款完全在浏览器中通过 Pyodide 和 WebAssembly 运行的 Python Datasette 应用)能否利用 OPFS(源私有文件系统)编辑存储在用户电脑上的持久化 SQLite 文件。为此,他让 Claude Code for web 构建了这个交互式 UI,以便在不同浏览器中测试该功能。
HtmlUnit 5.0.0 has been released, now requiring JDK 17 as the minimum version. Key updates include major JavaScript engine improvements, full Web Crypto API support, WebSocket improvements, Web Speech API support, and updated browser profiles for Firefox 150 and Chrome/Edge 148.
Libomemo.js v0.0.1 has been released as an OMEMO cryptographic library for JavaScript. It provides tools for implementing the OMEMO encrypted messaging protocol in JavaScript applications.
JsPlumb, the JavaScript library for building visual connectivity interfaces, has released a major update with a modernized API and new diagram/2D chart engines. The project is now free for non-commercial use, with packages available for React, Angular, Vue, Svelte, and vanilla JS on the public NPM registry.
Datasette-apps is a new system that allows users to bundle and install full applications within Datasette, turning it into a platform for data-driven apps. It enables developers to create self-contained packages combining SQLite databases, metadata, plugins, templates, and assets.