Fabian-Lars

Results 1322 comments of Fabian-Lars

shit, got nobody/nothing to blame for this time, just forgot it, sorryyy

So, the technical stuff etc looks correct, i still think some sentences sound a little rough, but my english is too bad to really point it out x)

Okay so it's a little weird. In theory it needs it because the `cargo:rerun-if-changed` lines are behind a flag check (and also if we want to be on the safer...

@lucasfernog 1) documentation question: Do users need to add the `config-json5` feature flag to tauri-build too, or is it enough on tauri? https://github.com/tauri-apps/tauri/blob/dev/core/tauri-build/src/lib.rs#L203 suggests that it is indeed needed. (even...

i think @lucasfernog works on this, or at least planned to do 😄

See here for the reasons why we can't change it: . So yes you need to add the attribute to the _actual_ click target (which generally should be the innermost...

> Customize an event and allow tauri users to bind it themselves may better You can already do that by using `startDragging` yourself.

The search is currently not nearly as optimized enough and basically only picks up headers right now :/ And code blocks will probably never be indexed, not sure > Is...

welp, we introduced `core` and `core layer` to make the docs clearer, guess that didn't work out 😅 Do you have suggestions? Just calling it "rust", "rust layer" or "the...

Sorry for the long delay. The instructions you linked are not electron specific and should work in tauri too. (depending on your setup the global method may be easier)