new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tauri · Plugins and security · all subjects

deep-link/desktop

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Deep Link on desktop - command line arguments and single instance integration

On Linux and Windows, deep links are delivered as command line arguments to a new app process. The deep-link plugin integrates with the single-instance plugin if you prefer having a unique app instance receiving events.

Enable deep-link feature in single-instance plugin

To integrate deep-link with single-instance on desktop, add the 'deep-link' feature to tauri-plugin-single-instance dependency in Cargo.toml: tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] }

Single instance plugin registration order

The single-instance plugin must be registered as the first plugin before the deep-link plugin.

Give your agent this brain