Gregory R. Warnes

Results 52 issues of Gregory R. Warnes

I just realized that the symbols used in the circuit diagram may be unfamiliar to many readers, so the symbols should be defined, or a reference provided.

Please add a section for Nuand's bladeRF similar to those for the PlutoSDR and the USRP.

enhancement

I would like to understand the differences between this project (wifi-to-internet) and the Balena wifi-repeater project. Please add this information to README.

This resolves #773 by vectorizing the arguments to `row_spec` and sub-functions. Example use from the update man page: ```{r} x column_spec(seq(2, ncol(x)+1, by=2), color='green') ``` ![image](https://github.com/haozhu233/kableExtra/assets/6144863/d77e3fd7-0418-44a3-b58f-f560a3ab6a1c)

**Describe the bug** This is a feature request. I would like to be able to control the text alignment of the individual columns in a table header row by providing...

enhancement

At the moment, `addPolygons` fails with an unhelpful message when the polygon has 3 dimensions, even if the 3rd dimension is all zero. It's reasonable that `addPolygons` doesn't handle 3-d...

I have a `shiny` app that uses `leaflet`, and I am using 'addEasyButton' to add a button that allows the user to restore the bounds that I set programmatically. Unfortunately,...

This resolves #127 by adding a check to ensure that the referenced id is matched (and hence `loc` is not `NULL`).

When there are three or more drawn objects, using "Clear all" will throw the error: ``` Warning: Error in if: argument is of length zero ``` from `modules.R:186`: ``` if(length(loc)...

I am joining multiple time series values collected on different intervals, ranging from months to years. Consequently, I need to harmonize the intervals to perform the join. At the moment,...