dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My personal dotfiles for vim and other tools

Results 2 dotfiles issues
Sort by recently updated
recently updated
newest added

The current implementation of the `OpenVirtualDiskParameters` structure is incorrect and will not work correctly for either VDH version. The correct structure is as follows: ``` [StructLayout( LayoutKind.Explicit, CharSet = CharSet.Unicode...

Might be considered a minor issue, but there are a few ArgumentNullException objects that are constructed with their parameters reversed. Parameter order should be Message, Argument, but are swapped.