Ivan Petkov

Results 124 comments of Ivan Petkov

Set the `border-radius` to zero on your button class and your buttons will be square.

Thanks for the report! I have two follow up questions: 1. Could you please provide either a link to a flake which exhibits the issue or a minimal reproduction of...

> And, after updating `.cargo/config.toml`, it fails with the exact same error when running `cargo build`: Ah thanks for checking this, in that case this sounds like an issue with...

> would be rigth to say `if pkgs.rustPlatform.buildRustPackage can build X then crane can build X because crane is superset of rustPlatform for building`, with assumption that `patches and substitute`...

Thanks for opening an issue for this! I had originally used `src = ./.` in a lot of the flake examples because I wanted to make it easy for new...

Sounds like the dependency vendoring has failed somehow (and why cargo is trying to fetch the deps directly). Looks like the `PR` link above is incorrect, could you provide a...

There's definitely room for improvement here! The current implementation was easy to get up and running without making it too hard to juggle all the artifacts Perhaps we can try...

I'd be weary of adding too many customization options especially if we decide to not use `zstd` at some point. FWIW it is possible [to disable the default behavior](https://github.com/ipetkov/crane/blob/5548a68f5d4d60a2315ab1232e6fba5528e71dc8/docs/API.md#installcargoartifactshook) by...

Ah I finally found the issue after banging my head for a few hours as to why I couldn't reproduce it as a test case within this repo: The flake...

If we instead set `RUSTFLAGS` it "fixes" the dependency issue, but has the effect of ignoring whatever flags the project may have configured in `.cargo/config.toml` Perhaps we need to have...