Todd Carter

Results 18 comments of Todd Carter

Anything? Does anyone know of a good alternative to this library? I don't require anything super complicated.

I think I know the problem - Check in your cache (%userprofile%\AppData\Local\Nuget\Cache) for two versions of ServiceStack.Text.*.nupkg - I had both a 4.x and a 3.9 and received the same...

I agree however I followed you steps and cleared out the cache as well. I think the issue is that the 3.9 (eg the latest supported dependent version) and the...

hmm, I am on Windows 7 with VS 2013 Ultimate and the latest version of Nuget. I will try to repro again on Monday - would like to hear from...

Of course there is going to be another issue here, even after you get this to work Nuget tells you there are updates to ServiceStack. I appreciate the fact you...

Yea I saw Marc's announcement and took a cursory look through the code. IMO I would consider StackExchange.Redis - would be great to see a perf comparison of the two...

I found a workaround which appears to work (the best kind) /_inside a selector_/ var options = { mDec: 2, vMin: minValue, vMax: maxValue }; $(this).autoNumeric(options); /_Round the currency_/ $(this).blur(function...

So Bob, is version 1.8 suppose to address this issue? I has half expecting another param such as rDec which would define the number of decimal values to round to,...

Thanks Bob - so are you saying 1.8 addresses this issue? What I am trying to do is have an input element where someone was enter in a year. The...

Is anyone piping `dbxcli ls` to `get ` using the windows command line? Looking for an example of how to get this working.