Ivan Petkov

Results 154 comments of Ivan Petkov

Oh looks like `kill_on_drop` might not work with this exact panic since we haven't wrapped the inner child in our kill-on-drop wrapper. We should probably both do any checks which...

My understanding is/was that returning `TRUE` should stop other handlers from running including the default handler which would actually halt the process. If that's not the case, then our implementation...

Probably, though if that's the case the UX around this type of error is sorely lacking. Flakes enable IFD by default, I shouldn't have to dig through a huge error...

Hi @stelcodes ! We don't have a tauri template because I've never used it myself and no one has contributed a working example so far. It might be a little...

Hi @npatsakula thanks for the report! > I updated nix to a new version (`nix (Determinate Nix 3.6.2) 2.29.0`) and authorization for private repositories stopped working Does the error still...

Thanks for double checking that! Unfortunately I don't have access to a private registry so I could use some help in debugging this further

Hi @pcarrier thanks for the report! Could you please provide a(n ideally minimal,) and self-contained flake that reproduces the problem? It's hard to investigate this further from just a snippet

Hi @eureka-cpu, I'd be willing to accept a PR that adds support for `cargo-udeps`! IIRC `cargo-udeps` still requires using a nightly toolchain, but we don't need to go as far...

Hi @feathecutie thanks for the report! It's worth noting that our vendor logic uses one of two different fetchers: 1. if [output hashes for git deps](https://github.com/ipetkov/crane/blob/3e08f4b1fc9aaede5dd511d8f5f4ef27501e49b0/docs/API.md#optional-attributes-19) are defined, then [we...

Hi @eureka-cpu thanks for the report! Could you please provide a self-contained (working) reproduction? Either a repo or a gist with all relevant files will work. Unfortunately I can't get...