Suraj Gupta
Suraj Gupta
note that it does seem to work if I register the `List`, but its a bit of an awkward use-case because I have to know my `IEnumerable` implementations ahead-of-time
makes sense. In the particular case of IEnumerable, would you consider auto-registering Array and List since it's such a common use case? Completely understand if not.
I can see the dilemma and it's good to keep to the "minimal" principal. In my case it's a property, not a field, but yes I have something like: `public...
This is a mirror of the R repo. Please see the R website for directions on how/where to ask questions On Sat, May 19, 2018 at 4:25 AM alex7tula wrote:...
Somewhat related to: https://github.com/mattrubin/Authenticator/issues/6
This would be THE feature that would kill Google Authenticator for good. Switching devices or reinstalling the OS and restoring data on the same device are painful experiences right now...
@mattrubin - thoughts on my last comment?
Hi Matt - I like your proposed solution. I think it's a confusing user experience to see an error that you are explicitly ignoring using `SilentlyContinue`
perhaps a legitimate bug, then. unfortunately I am no longer maintaining this project. hope someone else can help!
Hello. I never been happy with the NULL/NA implementation in this project (strings are reference types, so they are already nullable). It's important to distinguish NA from NULL in R....