Ryan Price

Results 106 comments of Ryan Price

> Would there be value in creating a fork of the Roslyn compiler which only handles VB.NET? Would it be simpler to work with and understand? I would have thought...

I used to think it strange that VB doesn't have a discrete 'index' syntax (like C#'s []). But then I realised that in a high level language, an 'index' is...

there's a certain irony that for many years, the curly-bracket people derided VB because 'Variant' existed. Then when they realise that a dynamic type is useful, VB gets derided for...

> Why can't c# use to the CompareTo method to resolve the comparison operators? That's a good question. Did you ask it on the C# forum? 😁

> I did but missed this spot in the VB version :) A link to the C# one? I actually think this is a good idea. I don't think it...

One possible solution in http://stackoverflow.com/a/39715357/2258866 (mine), another similar in https://github.com/CollaboratingPlatypus/PetaPoco/issues/201 (which I noticed when I came here to post mine)

Some remote control software has discrete cursors for each connected client. So each connected client can have a mouse cursor in a different place, and it is like only the...

> havent tried Teams specifically yet, but click only could become problematic once you need to hover stuff I don't think Teams *is* click-only - Windows does support having multiple...

> Thanks for the suggestion. I tried it and the issue with it is that the service does not have privilege to create the `C:\Program Files (x86)\Technitium\DNS Server\config` folder thus...

I can give it a go. I just have to figure out which of the 78 copies of Microsoft.VisualBasic.Core.DLL on my C: drive is the right one...