NativeScript
8.5K posts

NativeScript
@NativeScript
⚡ Write Native with TypeScript 👇https://t.co/ieGqWqdJXY Best of all worlds (TypeScript, Swift, Obj-C, Kotlin, Java) @openjsf


I have a damn good feeling in the near future gonna be crazy for @NativeScript 🤐






给各位独立开发者们推荐一下 DebugSwift 这个 GitHub 仓库,可以理解成给 iOS App 内置了一套「开发者控制台」,直接帮你在本机上看日志找问题。 它能在 App 里直接看 HTTP / WebSocket 请求、响应、状态码、格式化 JSON;还能实时查看 CPU、内存、FPS,排查卡顿和内存泄漏。 另外,崩溃日志、控制台日志、设备信息、APNS Token、UserDefaults、Keychain、SQLite、Realm、SwiftData、本地文件这些,也都能在 App 内查看,部分数据还能编辑或导出。 UI 调试也挺全:网格线、触摸点、动画减速、View 边框、3D 视图层级,甚至还有 SwiftUI 重渲染跟踪。 接入方式很简单:Swift Package / CocoaPods 引入后,在 AppDelegate 里调用 debugSwift.setup() 和 debugSwift.show(),调试环境会出现一个悬浮球,也支持摇一摇唤出。 github.com/DebugSwift/Deb…

Introducing Flue — The First Agent Harness Framework Flue is a TypeScript framework for building the next generation of agents, designed around a built-in agent harness. Flue is like Claude Code, but 100% headless and programmable. There's no baked in assumption like requiring a human operator to function. No TUI. No GUI. Just TypeScript. But using Flue feels like using Claude Code. The agents you build act autonomously to solve problems and complete tasks. They require very little code to run. Most of the "logic" lives in Markdown: skills and context and AGENTS.md. Flue is like Astro or Next.js for agents (not surprising, given my background 🙃). It's not another AI SDK. It's a proper runtime-agnostic framework. Write once, build, and deploy your agents anywhere (Node.js, Cloudflare, GitHub Actions, GitLab CI/CD, etc). We originally built Flue to power AI workflows inside of the Astro GitHub repo. But then @_bgiori got his hands on it, and we realized that every agent needs a framework like Flue, not just us. Check it out! It's early, but I'm curious to hear what people think. Are agents ready for their library -> framework moment?
