dodexahedron

Results 378 comments of dodexahedron

Honestly, some of the old generated code in there makes _some_ sense, and the intent behind the KeyCode enum also makes some sense (more than the old stuff). Obviously, the...

Hell, it may even be advantageous to store two 32-bit values inside a Vector64 or a wider type, to enable some wicked fast operations over sequences of values (which would...

Damn. The compiler behavior around those enums is exactly as the first line describing enum conversions states (emphasis mine): > For any enumeration type, there exist **_explicit conversions_** between the...

On the topic of the Curses interop.... That old code was from the mono days. I bet we can do a clean implementation in less work than it would take...

Side note: This is one of several open issues and some unreported issues that #3443 is partially aimed at helping to resolve.

A'ight. A little of this already did get done and merged in PRs that were prepping to nuget-ify the analyzer project. But I'll make a pass over everything to do...

@tig A couple of specific questions on elements in Terminal.Gui.csproj, as of v2_develop head at this moment, which is at f1fe7e7628332f354d171c0f75787ebed1ff6b26: Why are these specified? Line 31 ```xml true ```...

And in the packaging PropertyGroup, the authors and owners elements. The "proper" values for those elements, according to nuget documentation, are the nuget profile names of those people or organization...