Tyler Littlefield
Tyler Littlefield
Adding `rx_either_of` and stumbled upon the inherent [_eagerness_](https://www.regular-expressions.info/alternation.html) of the `|` alternator: ```r rx_either_of [1] "Get" "GetValue" "Set" "Set" # Avoid eagerness with order of values rx() %>% rx_either_of("GetValue", "Get",...
Hi @kwstat thanks for your input! At one point, we had `rx_literal` which did exactly this, I will consider adding this function again. I admittedly haven't been maintaining this repo,...
* [URLs](http://rpubs.com/jimhester/rex-url_parsing) inspired by [this](https://mathiasbynens.be/demo/url-regex) * [Miscellaneous examples](https://www.regular-expressions.info/examples.html) provided by https://www.regular-expressions.info/
Hi @dmi3kno I'm going to try and summarize just to make sure I understand this all. _Regarding the challenges:_ * No function to express individual word characters (`[[:alnum:]]` + `_`)....
> The only thing I feel we should watch out for, is that by adding all of these modifying arguments we are on the way back to complexity and away...
Just wanted to put a +1 in this enhancement. I think it's a really nice feature to have for people that need to plot a dynamic number of plots in...
I also think that the documentation could maybe call this out, especially in this section: https://echarts4r.john-coene.com/articles/connect.html#shiny
I was experiencing this exact issue with a postgres database and `timeout = Inf` resolve it for me, e.g. ```r con
> FWIW, @richfitz mentioned elsewhere that he has had a CRAN rejection 'for using `