tauri-plugin-store icon indicating copy to clipboard operation
tauri-plugin-store copied to clipboard

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace

Results 20 tauri-plugin-store issues
Sort by recently updated
recently updated
newest added

When trying to install this plugin in my `Cargo.toml`, I received the following error: ``` error: `failed to get `tauri-plugin-store` as a dependency of package app caused by: failed to...

Update readme with installation instructions pointing at "dev" branch rather than non-existent "main" branch. Also commented out tag `v0.1.0` since it fails to find the listed tag.

I believe there are two mistypes: 1. [here](https://github.com/tauri-apps/tauri-plugin-store/blob/dev/webview-src/index.ts#L117) should go `T[]` for function return value 2. [here](https://github.com/tauri-apps/tauri-plugin-store/blob/dev/webview-src/index.ts#L189) should go `T | null` for `value` argument

I noticed we were either not caching at all or caching using the weird-date-super-complicated-technique from the main repo. Simplified that and added path guards on workflows. CI should be fast...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [type-fest](https://togithub.com/sindresorhus/type-fest) | [`2.12.2` -> `3.1.0`](https://renovatebot.com/diffs/npm/type-fest/2.12.2/3.1.0) | [![age](https://badges.renovateapi.com/packages/npm/type-fest/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://togithub.com/rollup/rollup)) | [`2.78.1` -> `3.2.3`](https://renovatebot.com/diffs/npm/rollup/2.78.1/3.2.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-typescript](https://togithub.com/rollup/plugins/tree/master/packages/typescript/#readme) ([source](https://togithub.com/rollup/plugins)) | [`8.5.0` -> `9.0.2`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-typescript/8.5.0/9.0.2) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-node-resolve](https://togithub.com/rollup/plugins/tree/master/packages/node-resolve/#readme) ([source](https://togithub.com/rollup/plugins)) | [`13.3.0` -> `15.0.1`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-node-resolve/13.3.0/15.0.1) |...

I'm currently developing a program that uses this plugin. Currently, if I need a value from the store for the user interface, like for example the user's preferred theme, I...