Alexandre Rocha Lima e Marcondes
Alexandre Rocha Lima e Marcondes
This is an issue to register the activities and refactoring needed for the v2 milestone. Here are some: - [ ] Remove Gdi32.GetDeviceCaps(User32.SafeDCHandle hdc, int nIndex) - [ ] Remove...
I understand the need and meaning of SafeHandles as the ones that we need to Close/Destroy after use in order to avoid memory leaks and other memory and referencing problems....
I would love to use PInvoke project on a managed library to do many kinds of WindowsHooks. Right now our implementation is bound to a very generic callback function. Windows...
For the first time in the project we have hit and seen a specialization of the ACCESS_MASK on the wild. It was introduced for Desktops and Window Stations. We might...
The scrollbar appears but does not respond to anything. I could not put it on the div that is under the Filter space. Take a look on [my example](http://jsfiddle.net/alexandre/Jvw6L/)
This patch introduces a property called `Overwrite` that allows to control whether it should overwrite (if set to `true`) or to add/update/append content to the existing Zip file (if set...
* Introducing .NET Standard v2.0 library * Upgrading vNext Demo to .NET Core v2.0
Hello guys, I want to help to build a full-featured git client on this project. What would it be needed to implement the index with git add, git status? Can...
Please add the option of enabling and disabling certificate check for SSL connections. I have a proxy in the middle that changes the certificate and can't connect to the server....
This patch ensures we don't try to load things that are not managed assemblies due to wrong or too broad file name patterns.