Gregory R. Warnes
Gregory R. Warnes
Now available in PR #133 via the function `bs_accordion_multi`. The man page example demonstrates this (also shown in the comments to PR #113).
+1 to have check.names=TRUE be the default, and to **not** convert spaces in names to dots when check.names==FALSE.
Thanks for posting this. I was also puzzled about why the Audio Source was generating only zeros.
I've found a workaround using `shinyjs::runjs` for this simple example. Modifying the `filteredData` observer to: ```r # Incremental changes to the map (in this case, replacing the # circles when...
Can I suggest following the pattern established by [gnuradio](https://github.com/bastibl/gr-ieee802-11) > Like GNU Radio, this module uses maint branches for development. These branches are supposed to be used with the corresponding...
Suggested solutions: 1. Warn the user if I or Q integer values outside of [-2048, 2047] or real values outside of [-1.0, 0.9995] are received. 2. Clip values outside of...
To avoid filling up the console with too many errors, perhaps the number of warnings should be limited. Perhaps it should only be displayed on the first value outside of...
Or perhaps the warning would only issue when the logging level was, say, 'debug'.
This is also occuring on Ubuntu 22.04.4 LTS with Python 3.10.12.
Please merge!