Tony

Results 180 comments of Tony

To be honest, although it's correct at the type level and it does error out if extra buttons are passed, this type makes it harder to follow to me instead...

I feel like `ok / no / cancel` is ok because most of the time, 3 buttons will be 1 primary action 1 secondary action and cancel, it's not really...

Is there any reason in particular to use `tracing` instead of `log`? Like we didn't use `span` or anything, wouldn't `log` be enough?

I see, I feel like we probably want to rethink about where to use `log` where to use `trace`, I didn't even realize that we're mixing the two all over...

> https://tauri.app/reference/javascript/shell/ Just note that this is the reference page, the main guide is at https://tauri.app/plugin/shell/ which does have an initialization example ~~We should update the outdated reference docs though~~...

> I personally recommend linking the two pages, I've always only looked at the JS page, because I'm not going to deal with this on the rust side. So I've...

> Since your rust and js tutorials are separate Hmm, I don't think they're on separate pages, all the plugin tutorial pages contain both the js and rust usage notes...

I'm not entirely sure I get what you mean, how should we state that? Do you mean we state that in the reference page? Since reference pages are only meant...

I don't have a mac device to test on, do you mind trying the theme example in [`tao`](https://github.com/tauri-apps/tao) see if it also crashes? Run this and you should see the...

This is so strange, I thought it's just from switching the theme, I don't quite know how to put an input box in a simple way but maybe you can...