Simon Holmes

Results 7 issues of Simon Holmes

In some cases when using a derived store, the types are reported incorrectly. The return value of the derived store in this case in is a generated sdk from a...

As discussed [here](https://github.com/tauri-apps/tauri/issues/2258). It would be great to have the ability to have some sort of API, possibly `window.set_visible_on_all_workspaces()` to allow apps made with tao the ability to be shown...

platform: Linux
platform: macOS
type: feature request

Adding a method called `monitor::cursor_position()` would allow us to track where the mouse cursor is on multiple desktop monitors, which would allow use to place windows where the mouse cursor...

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

Add a method called `monitor::from_point()`. Apologies I am not 100% sure what this method is for, but it was discussed by @amrbashir in [this thread.](https://github.com/tauri-apps/tauri/issues/2258) Possibly for allow calculations to...

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

Webstorm does not show type errors on component props. Webstorm: Vscode: ![Screenshot 2022-08-17 at 11 32 50](https://user-images.githubusercontent.com/3579905/185098221-9ff3d928-98ef-4633-8fce-8c30dab2971f.png) related to https://github.com/tomblachut/svelte-intellij/issues/220 https://github.com/tomblachut/svelte-intellij/issues/207 https://github.com/tomblachut/svelte-intellij/issues/252

Webstorm. Vscode: ![image](https://user-images.githubusercontent.com/3579905/185096248-beb5fa31-a4e3-45d2-bfb0-9bf8ac3c7523.png) Webstorm does not report error when the type keyword is missing from imports. When Webstorm auto imports the types, this breaks the build.

This adds the capability for the API server routes to be used in production tauri builds. It is still a bit of a work in progress and needs tidying up...