Brendan Hogan

Results 11 issues of Brendan Hogan

I have enjoyed my first experiments with `widgetframe`, particularly to get around [issues](https://github.com/yihui/xaringan/issues/98#issuecomment-360701307) with `xaringan` and mouse interaction. Thank you for providing this package! One issue that I noticed was...

I'm running into issues with `spark_apply` and nested columns. For example the snippet below produces the following error. ``` Error: org.apache.spark.sql.AnalysisException: cannot resolve 'from_json(vals)' due to data type mismatch: Input...

`parse_text` is calling `check_encoding` (via `guess_encoding`) even in cases where no conversion is needed. Suppose `httr::content` is provided parameter `encoding = "UTF-8"`, which is then passed through to `parse_text`. `parse_text`...

It seems there is some inconsistent behavior of the indexing in selectable when rownames is FALSE. Suppose I want to make a few cells in the first column selectable by...

I found this package to be very helpful for a quick look at code complexity. Thank you! One thing that struck me as counter-intuitive, however, is that the sum row...

There appears to be something incompatible between `dbQuoteLiteral` and the params that get passed through from `dbGetQuery` or `dbExecute` to `dbBind`. I would like to both provide parameter values at...

Thank you for this great package! I am excited about the potential use cases here. One suggestion would be to set options to facilitate use from within RStudio by using...

enhancement

I'm getting an error in some environments with the `sv_url` function. Is it possible there is an unstated system requirement? I am unsure where the error may be coming from...

Hello, would it be possible to update the version that is on NPM to include the changes that were merged last fall? Thanks!

I encountered an obscure error with `filter_slider` applied to an object of class `Date`. Here is a minimal example to reproduce it: https://gist.github.com/bhogan-mitre/81d1eaffc56deb342e8dbff7f2d3194f If the `filter_slider` of `Date` comes second...