Suraj Gupta
Suraj Gupta
In the current design of NetSerializer, would it be difficult to support properties of type `IEnumerable` so that a consumer could populate with the standard List or array of T?...
Would be awesome to be able to clone a serializer. would be handy in combo with https://github.com/tomba/netserializer/issues/48 so you could clone a serializer, add some types to it, and then...
I've noticed that the following works fine in PowerShell if the command does not exist: `$myCommandExists = Get-Command "myCommand" -ErrorAction SilentlyContinue` The `SilentlyContinue` is required otherwise `Get-Command` will throw. In...
I'm finding it difficult to read the log file because so many lines are duplicated. This seems to happen for messages that I am explicitly writing using Write-BoxstarterMessage and for...
Hi! I have been hosting the nuget icon for this project on my blog, but I'm currently doing an overhaul/cleanup and the link will stop working soon: http://blog.obeautifulcode.com/img/rservecli2-nuget-icon.png I would...
AsDate/AsDates will return System.ArgumentOutOfRangeException
1.7-3 has been out for a while. Does the client work against this version? If so, upgrade!
See here for some background: https://github.com/SurajGupta/RserveCLI2/issues/30 Need to add locks in various places.
Would be really nice to get the actual error that R throws instead of "R threw and error". To do that, we have to wrap all of the calls in...
QAP1 protocol does not allow us to encode more than Int32.max value elements (or is it uint32.max?)