Rua

Results 242 comments of Rua

Then it seems that it's not restoring the VFO frequency if center tuning is disabled, but rather setting the VFO to the center frequency.

Unfortunate to hear that development has stalled. Is the DR still being actively maintained?

I was going to propose `index_of` myself, so I'm happy to see this is already proposed and being worked on.

I have also been getting this error on rare occasions, but I don't know what triggers it so I can't reproduce.

This might have the same cause as #303. What happens if you use `rustup override` to force it to use Rust 1.44.1?

I would like this feature. Do you want to go ahead?

Would every pointer be replaced with an `Option` of a reference in this case? I think that would be necessary in order to keep the `Default` impl working.

A C pointer to a slice maps to a reference to its first element. So if slices can't go into structs due to ABI issues, then a separate count +...

In #358, it was suggested to use a value with the `Extend` trait as an input parameter instead. That's also a possibility. Returning the value is more idiomatic for Rust,...

Would it be ok if I made this change manually in a PR for now? Assuming the generator rewrite will take a while.