Jay Tuley
Jay Tuley
**Question:** "cd to" appears to open 2 windows, is there something I can do?
Requestion an option for the github login to offer login from browesr. Github desktop has this feature now. https://github.com/desktop/desktop  It's really great for those who don't know their passwords...
Attempt at modernizing with C# 8.0 features
**from ekonbenefits/impromptu-interface#9:** by @jdh28 I have a class that I'm creating dynamically via `Dynamic.InvokeConstructor` that has params arguments. If I pass in 14 arguments it works, but 15 causes an...
I'm not sure what the current interop plan for F# is with init only properties in general is? I assume given a C# class: ```csharp public class CSharpClass{ public string?...
# Use type inference from `with get()` for to help infer `set value` I propose we use type inference for a property getter and use it to help infer its...
This would be useful in the cases of wrapping with the same interface, but had an explicit implementation which wouldn't work with the DLR hence impromptu interface. Might be too...
Reported by theajp01, Aug 27, 2012 What steps will reproduce the problem? I don't know if it's supposed to work but I though it'd mention it. 1. create an interface...