Charles Milette

Results 51 issues of Charles Milette

enhancement

Netlify has a native OAuth system, we could use this to remove the need for some lambdas. https://docs.netlify.com/visitor-access/oauth-provider-tokens/

This could be used as an anti-spam measure and a way to notify users about the result of their appeal https://docs.netlify.com/visitor-access/identity/

The current dates from Windows XP There's a really good candidate from imageres.dll ![capture](https://cloud.githubusercontent.com/assets/6440374/19014245/ce25832c-87b5-11e6-9ea7-cf2a0f567661.PNG)

That would be useful for users of Firefox Nightly and DevEd, where extensions signing requirement can be disabled with the preference `xpinstall.signatures.required`

Using namespaces in headers is [considered bad practice](https://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice) because they unconditionally and irreversibly pollute the global namespace of every consumer. This leads to conflicts especially since the `std` namespace uses...

This would fix #34 and #35

Right now the table of contents is hidden and I find it sometimes cumbersome to have to scroll to the middle or bottom of a long page while I could...

enhancement

When running the following code, detours will suspend the current thread, with no way of resuming it, possibly resulting in a process deadlock if this is done in DllMain. ```cpp...

bug