Gregory R. Warnes
Gregory R. Warnes
I need to allow multiple panels to be open at one time. The attached file provides the function `bs_multi_open`, which modifies the HTML generated by `bs_accordion` to (1) enable/disable multiple...
This PR adds the function `bs_accordion_multi` which modifies a `bs_accordion` object to control whether one or multiple panels can be open at the same time, and which panel (if any)...
RPosgreSQL has a function matching `DBI::dbIsValid` but it isn't mapped as a method. Adding a call to setMethod("dbIsValid", "PostgreSQLConnection", ...) allows DBI::dbIsValid to works for RPosgreSQL connections. (See #130).
Resolve #129 by adding additional WHERE clause for `not attisdropped` to filter out dropped columns. See #129 for details.
Apparently postgresql doesn't actually remove 'dropped' columns, instead it renames them something like `........pg.dropped.23........`, fills them with NULL and marks them as unused using the `attisdroppped` column of the `pg_attribute`...
This is a very useful package, but needs improved documentation. It would be very helpful to have: * A vignette showing standard usage, start to finish. * Add interpretation of...
The documentation for `SharedData$data(withSelection)` states: ``` withSelection If 'TRUE', add a selection_ column with logical values indicating which rows are in the current selection, or NA if no selection is...
- Corrects the show/hide of parameters that are enabled/disabled. - Add toggle to show/hide v1 parameters.
Passing complex values with I or Q of 1.0 or greater to bladeRF-sink causes the transmitted values for _both I and Q_ to flip sign, presumably due to silent overflow...