Jay Tuley

Results 24 issues of Jay Tuley

**Question:** "cd to" appears to open 2 windows, is there something I can do?

question
answered

Requestion an option for the github login to offer login from browesr. Github desktop has this feature now. https://github.com/desktop/desktop ![github-login](https://user-images.githubusercontent.com/68474/27693763-ee2d614c-5caf-11e7-98c1-919d795d3b9d.png) It's really great for those who don't know their passwords...

help-wanted
user-experience
github

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?...

approved-in-principle
area: interop
proposed-priority

# 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...

area: object-programming

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...