Vitalie Spinu

Results 368 comments of Vitalie Spinu

Agreed. Intervals are not exactly comparable, so comparison operations don't make sense and `==` is a special case of those. Two options, either implement comparison operations as a partial order...

It should be a new function, `multimester` or `varimester`, something that would accept a range of months, in your example `c(1, 5, 8)`. Right now you can `floor_date` to a...

I think this addition would not harm but I am not a frequent user of conda even on Python side. So cannot judge. Is Conda still going strong? I would...

@drhagen would you mind proposing a PR for this? I presume you could test that it really works on your end.

We probably should make this argument `FALSE` by default. Not backward compatible but this issue is a real pain.

This has been [attempted before](https://github.com/tidyverse/lubridate/pull/814#issuecomment-602043913) The consequences are not as benign as they might appear. Let's try to give it another try, but not for the forthcoming release (end of...

Indeed, it's not supported and should create NAs.

> The lack of NA being passed here seems to stem from the fact that the four digit year can be interpreted ambiguously as either a four digit year or...

So what's the workaround for this? I am getting a full error, it's not just a warning: ``` 1. Caused by org.apache.http.cookie.MalformedCookieException Negative max-age attribute: -1414022996 BasicMaxAgeHandler.java: 63 org.apache.http.impl.cookie.BasicMaxAgeHandler/parse CookieSpecBase.java:...

@DarwinAwardWinner thanks! Is it completely transparent to the user and one `(interactive)` inside a function would be enough?