david

Results 11 issues of 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...

platform: Windows
platform: Linux
platform: macOS
type: feature request

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.

help wanted
good first issue

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...

enhancement

### 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...

enhancement

### 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...

enhancement
mashin_runtime

### 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...

enhancement
mashin_sdk

### 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...

enhancement
mashin_sdk
mashin_core
mashin_runtime
mashin_cli

### 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,...

enhancement
mashin_sdk