Rob Janssen
Rob Janssen
Well, I _would like_ to go "all the way", but in my past experience (it's been a little while though, things probably changed) some authenticators didn't handle anything *but* the...
> Maybe we can introduce a middleware function `array getQRTextArgs()` that just returns an associative array. So it's a bit easier and cleaner to extend without doing URL parsing and...
@valerio-bozzolan Could you please elaborate?
Whoops, wait, I "resolved" a little too much 🤦
Well; it did state server-side validation for 1.0 to be fair, but it wasn't very clear _what_ would be validated (or how). Either way; I'm happy we're on the same...
> which kind of defeats the purpose all together [The purpose of this library](https://github.com/RobThree/ITimer#why-and-how) is to make timer related code easily testable by abstracting timer related code to a common...
I have never used Xamarin nor any idea how these "PCL profiles" work (or should work). I understand from @ghuntley's post that the reference is missing? Does it work when...
Not sure but does #11 help?
Then you'll need to take care of retrieving the data yourself and use an `XmlReader` to feed the data into a `FeedReader`: ``` c# using (var client = new WebClient()...
> Compile in a neutral culture I'm not sure how one would do that? > or explicitly set the culture to a culture which uses a period for the decimal...