Rua

Results 107 issues of Rua

When you add or remove a component from an entity, the entity's components get moved over to a new archetype. If you want to do this multiple times, then each...

Not all functions accept the new syntax using plain `&`/`&mut` for component borrows in views. It would be convenient and more consistent if they did. I can find the following:...

I propose adding a variant of the three `Query::get` functions, `Query::get_from_entry` or the like, that takes an `EntryRef`/`EntryMut` instead of a `World` and `Entity`. If you want to use several...

With center tuning enabled, if I tune to a certain frequency, say 90.9 MHz, and then exit, the frequency is correctly saved in config.json. But if I then start SDR++...

Can a feature be added to make the view zoom when the mouse wheel is rolled with the mouse over the FFT/waterfall, possibly with ctrl held (as in SDR#) or...

enhancement

Currently the resource directory seems to default to `/usr/share/sdrpp`, and SDR++ will only read resources like bandplans from there. But this is a system-wide root-owned directory. Would it be possible...

enhancement

`Op::Decorate` gives `target` as just a word (number), and since ids are lost in SR, there's no way to figure out what the decoration belongs to.

In my code I'm looking to make a lookup table of all ids in the module, with the place in the module where it's defined. But because the data representation...

It seems that these operands are explicitly skipped in the structured representation. What is the reason for this? I would find it useful to have access to these as well.

The book currently says in several places that calling `debug::exit` when running on actual hardware will corrupt OpenOCD and require restarting it. But looking into the implementation, it seems that...