Ritch Melton

Results 46 comments of Ritch Melton

@drprabhu How well does RServe work for you? I do think that a rserve compatible .net port would be useful for M$ shops that can't quite justify the cost of...

Can you provide an example? I'm not certain of any place we're not explicitly doing this, although I am more comfortable with my client/server branch that works differently enough that...

I think minimizing the amount of code that has to execute on the C# finalizer thread is worthwhile so I agree that cleaning these up could be useful in scenarios...

Ok, if I get some time I'll look into this to see if there's some obvious measure for comparison.

@jmp75 Can you add me as a collaborator. I don't necessarily want write access to master, but the ability to setup CI and gitter would be nice, as well as...

I have a coworker who has this issue at the moment. We're launching via a gist and then installing from a private feed. He's fairly non-technical and we're trying to...

Ok, he didn't understand what safe mode was. We finally got past that and got a shared screen going. The log is here: https://gist.github.com/anonymous/374028e9dcd49e59e4c5 DeveloperWorkstation is our boxstarter package. Apparently...

After getting into safe mode and disabling boxstarter, I checked the three keys used to determine if a reboot is pending and they were all clear, so I'm not sure...

Ok, here's a screenshot: ![troubleshooting](https://cloud.githubusercontent.com/assets/181450/5882008/b30fdd7c-a313-11e4-9eba-14c814cff379.PNG) Running a de-ceremonied version of the script: https://gist.github.com/skyguy94/ae12f1c08f552712b959 yielded the results in the console window. $PSVersionTable shows 2 0 -1 -1

Running the registry code by hand yields this: ![capture](https://cloud.githubusercontent.com/assets/181450/5882085/5503cd82-a314-11e4-9466-6b128d77b4ee.PNG) I'm updating him to Powershell 4 and will try it from that version.