Fabian-Lars

Results 1322 comments of Fabian-Lars

Copying from discord: In rust you can check it with `#[cfg(dev)]`, example: ```rs #[cfg(dev)] do_something_in_dev_only(); ``` And in javascript you can just check if the current url matches your devPath.

Nah, the errors are wayyyy more wild. One example would be this one:

It wasn't ever _in development_ and at this point i'm not sure if we'll start working on it before the winit migration. p.s. we always appreciate PRs :)

For reference: https://github.com/tauri-apps/tauri-action/blob/dev/packages/core/index.ts#L357 We handle tauriScript in a really weird way currently. Like the usage the readme shows doesn't work.

@goenning use args (undocumented) instead of tauriScript ``` with: args: --target ${{ matrix.target }} ```

At this point i'm not so sure anymore either haha. In theory it's supposed to do what's described in `Caveats`: > You can run custom Tauri CLI scripts with the...

@AlexMikhalev i think you need to re-build the api package (`cd tooling/api && yarn && yarn build`). This is unrelated to this tao change tho, and caused by the huge...

@AlexMikhalev We released the first rc version yesterday 🥳

For whatever reason github didn't save my message so i try my best to replicate it from memory 😅 > Wayland intentionally doesn't let you read keyboard events Yep we...