Alec Larson
Alec Larson
https://tauri.app/security/capabilities/#schema-files While setting up a new Tauri project, I was confused why my `src-tauri/capabilities/default.json` file was pointing to a non-existent `$schema`. Apparently, I need to run `tauri build` to generate...
https://tauri.app/reference/webview-versions/ No mention of Android.
I want to use my own alias patterns without interference from wxt.
Minifying a library is actively hostile to patching tools like [patch-package](https://github.com/ds300/patch-package), [pnpm-patch-i](https://github.com/antfu/pnpm-patch-i), etc. It makes patches impossible to create without cloning the library and running its build step. On top...
The goal here is to make it easier for users to diagnose why the extension isn't working for them. They can use `View: Toggle Output` and navigate to the `Kotlin`...
## Background I briefly discussed this idea with @rschristian, who said I should try to implement it. **Link to discussion:** https://preact.slack.com/archives/C3NMBSJKH/p1752172452437339 ## Goal Avoid needing to declare "computed expressions" with...
This proposal has the following goals: - Avoid global registry for custom “interactions” - Avoid `[interaction](event) {…}` syntax for interaction listening - Restore support for “event descriptor factories” (e.g. `on.click(fn)`)...