Kevin Reid
Kevin Reid
> Alternatively there could be a setting to switch between the current and new `todo!()` placeholder. There is already the setting `rust-analyzer.assist.expressionFillDefault`, which could gain a new value like `todoWithType`.
P.S. The extension specification says > The volume extension needs to be combined with an extension which allows light to transmit through the surface, e.g. `KHR_materials_transmission`. so one could argue...
@mathisono To get entries saved, you need to `config.databases.add_writable_database` as described in the manual. However, you made me notice that this is a terrible new user experience, so I'll look...
The BeagleBone Black simply doesn't have enough CPU power to run ShinySDR in its current state. I know this because I tried just that configuration myself. The audio underrun is...
Reopening. I'm now using this to track the enhancements.
As of commit 48bfbb7b87b87606d5a0c0eb6f5d869e6a9bc8bf (or see 7dae75f35ee4e3d06dc40f7cfaa80cf325323d05 for the end of that line of development), there is no unnecessary polling. Some cells are still polled, but only those where there...
> Is there a way to modify the VOR plugin to receive NOAA APT weather satellites?(or a other plugin) It would make more sense to write a new plugin. The...
Thank you for clarifying your needs. If you wish to experiment with changing the bandwidth yourself, the relevant code is in `shinysdr/plugins/basic_demod.py` as `NFMDemodulator`. The filter bandwidth is defined in...
There isn't any way to do that yet! It's easy to add in principle; it's just a matter of the details like what widths are available and how it works...
Yep, this is a known issue. Part of the problem is that it's tricky to handle in a way which is both accurate when the horizontal size is small and...