david
david
Right now on macOS we had to disable the `is_visible` check as it's async. On Windows and Linux it works fine. Maybe we should do a cleanup in this. You...
It would be great if covector could take care to build [`packages/action/dist/index.js`](https://github.com/tauri-apps/tauri-action/tree/dev/packages/action/dist) this would prevent any error.
The tag is not created and should be done manually. Something should be done in Covector to fix this probably. Steps to release: - Run `yarn build` in `packages/core` 1st...
The GitHub actions should provide everything required for the updater and should expose the built artifacts as well. - [x] Updater artifacts - [x] Migrate to 1.0 - [ ]...
### Is there an existing issue? - [X] I have searched the existing issues ### Motivation We need to do some research and POC on whats the best solution to...
### Is there an existing issue? - [X] I have searched the existing issues ### Motivation _No response_ ### Request Allow the use of a community built state handler Right...
### Is there an existing issue? - [X] I have searched the existing issues ### Motivation Trigger delete on the resource when its removed from the `MashinScript` ### Request Right...
### Is there an existing issue? - [X] I have searched the existing issues ### Motivation Query a provider to get informations about a specific data type Terraform impl; https://developer.hashicorp.com/terraform/language/data-sources...
### Is there an existing issue? - [X] I have searched the existing issues ### Motivation Log handling in `MashinScript` via `console.log` and provider `log::*` ### Request Right now, the...
### Is there an existing issue? - [X] I have searched the existing issues ### Motivation Prevent use of `unwrap` or `expect` in FFI calls. ### Request By example here,...