Parker McMullin

Results 40 comments of Parker McMullin

@FabianLars what were your thoughts here? Validation of the name with a build-time error?

Just doing some quick searching, the error happens in [`copy_binaries_to_bundle`](https://github.com/tauri-apps/tauri/blob/e8e214b72ede33ca2cc09fa41a8baf56fa7e8b8e/tooling/bundler/src/bundle/macos/app.rs#L104), which is calling [`common::copy_file`](https://github.com/tauri-apps/tauri/blob/e8e214b72ede33ca2cc09fa41a8baf56fa7e8b8e/tooling/bundler/src/bundle/common.rs#L70). This `copy_file` function specifically says that it will fail if trying to copy a directory, which...

I just confirmed that adding `.ai` to the end of the `productName` in the Tauri config file produces this error. I am running MacOS M1.

@Andarist is there no way to facilitate sharing code between machines then and still have them typed? Perhaps using a different strategy to remove the "set in stone" functionality?

You are right that it is now possible! The API must have been updated in the last couple of years to allow this. Are you up for creating a PR...

Whoops, commented with my work account, haha.

As you can see the PR has been merged, but the GitHub Actions workflow is having issues. I'll try a few more things and then I may need to publish...

Finally got it all working - let me know if you have any issues with version `4.1.2`!

I also ran into this issue. My tables were set up to cast from unix timestamps (in seconds). These unix timestamps worked well for a single question, but failed with...