malibuzios
malibuzios
@olsh I'm also experiencing this constantly (I have a habit of using the middle click for links, it is very hard to change it). Here are some animated screen captures:...
@olsh I searched but so far I couldn't find a bugzilla issue that tracks this. Somebody did file an issue, though, for [ cmd+click a link in a panel should...
I'm running into this pattern: I have a generic class and would like to create a type alias that references a specialized generic type expression that is only valid for...
@RyanCavanaugh @mhegazy Please consider reopening this issue. Here's a copy-and-paste fragment of real-world code I'm working on that demonstrates the usefulness of a generic type captured into a locally scoped...
@mhegazy The idea is that the generic parameter is captured within the alias itself, reducing `EntryObject` to `EntryObject` and cleaning up the code a bit. This is perhaps not an...
@mhegazy First, thank you for taking note of my request to at least try to reconsider this. I've read the comment you linked but did not completely understand it. I'm...
@mhegazy I actually see it as very natural and it is very strange (surprising?) for me to hear it described this way. I think I have a strong conceptual separation...