Colin Woodbury

Results 597 comments of Colin Woodbury

Asking the user to use `-E` actually seems like a decent solution to me. It would be much less work for them than adding extra settings in say `aura.conf`, which...

Great guys, I'll add this tomorrow (Monday).

That should do it. I'll make a release today too.

Unfortunately I had to revoke the `-E` due to it causing a lot of unforeseen issues for users. I've released this as `3.1.2`. We'll have to revisit the issue of...

Perhaps setting them in `aura.conf` is the best approach after all. Then when `sudo -u makepkg` is called, those env vars can be passed down into it as well.

As in, `target/cargo-aur/` or similar?

I haven't forgotten about this; I intend to make this change.

What would the argument to the option be? A string to be inserted verbatim?

Is this still an issue?

A current workaround I'm using: ```rust v.into_rust::() .or_else(|_| v.into_rust::().map(|n| n as f64)) .ok() ```