Brendan Hogan

Results 11 comments of Brendan Hogan

I've come across this a few times now and I think that a native `maxlength` parameter would be a nice addition directly in shiny. Thanks for considering.

FWIW, I am still running into this with shiny 1.6. It shows up occasionally, and apparently depending on the sequence with which different parts of the app are rendered. I...

FWIW, I found the solution in this SO post to be useful: https://stackoverflow.com/a/57438490/4425601 But it'd still be nice to have this handled directly by the DT package.

Thank you for the detailed response! I agree that it's clunky to have to input a matrix of all other indices in order to apply this option on the first...

I have come across this recently as well with 500 errors from PUT attempts. ``` Warning: Error in parse_aws_s3_response: Internal Server Error (HTTP 500). 83: 82: stop 81: httr::stop_for_status 80:...

The same issue applies to [stamen](https://github.com/dkahle/ggmap/blob/master/R/get_map.R#L269) and [cloudmade](https://github.com/dkahle/ggmap/blob/master/R/get_map.R#L291)

Thank you! That does help. Feel free to close this, or keep open if you think that's worth clarifying in documentation.

This note on the man page for `grepl` seems relevant: > Caseless matching with ‘perl = TRUE’ for non-ASCII characters depends on the PCRE library being compiled with ‘Unicode property...

This seems tricky since `.onLoad` doesn't appear to happen early enough to set options that are used by dependencies. It could be handled upstream in `rgl`'s `.onLoad`. In the meantime,...

No, I have not found any solution other than the workaround described above to reorder the inputs.