Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

For me being able to install it via PSGet or another package manager is mostly about reproducible installs - if I reinstall Windows on a new machine at some point,...

I'd love to have this functionality. I see it got stuck in review some months ago - is there anything left to move it forward?

> Your second example has an unnamed `struct {`, so is not valid Rust and therefore intentionally unformatted. Also `#[widget] edit = `.

@FlipWarthog Ohhh thanks. I've moved on and wrote my own generator for the specific usecase I had, but this would've been helpful before 😅

Looks like #7240 only adds `reset_fuel`, I don't think it should've auto-closed this issue? In particular, > `fn fuel_cost(&mut self, f: impl Fn(WasmOpcode) -> u64 + Send + Sync +...

Hm yeah this one is a little odd omission. I have lots of C++ APIs that accept `std::vector` of various types, and it's unclear how to create those from Rust...

Ah... wait, I can't even create bindings for APIs that accept `std::vector`. In that case creation is a smaller problem.

Would this also help with fixing color support on Windows? Currently `--color` says it default to `auto` which is described as > - auto: Try to use colors, but don't...

> Windows Terminal and VSCode terminal accepts ansi color More specifically, it's accepted by Windows itself (in ConPTY component which other terminals build on) since Windows 10, not by individual...

There is some Windows API you'll still need to check if colors are supported (e.g. to make sure it's not a redirect or something), but I believe one of these...