Ivo Smits
Ivo Smits
# Summary The [Silk.NET.OpenCL.NotifyCallback](https://github.com/dotnet/Silk.NET/blob/main/src/OpenCL/Silk.NET.OpenCL/NotifyCallback.cs) delegate type is used [everywhere a callback function can be specified](https://raw.githubusercontent.com/dotnet/Silk.NET/main/src/OpenCL/Silk.NET.OpenCL/CLOverloads.gen.cs) in the OpenCL API, however the callback functions used in he OpenCL API methods each...
This patch allows to mark certificates imported by the certstore command as trusted. This allows the user to load trusted certificates at runtime in an existing build using the `certstore...
Prefer reuse of recently used uploader threads over the semi-random selection that occurs with idle wait loop to improve connection reuse. For miners on a fast connection, this should reduce...
This patch removes an old feature in the announcement miner that would drop announcement batches with a height lower than the previous batch sent to that same handler. This feature...
This PR updates the Facebook SDK to version 11.3.0 for Android builds. This should fix an error in the Facebook Login (https://github.com/xamarin/FacebookComponents/issues/236, https://github.com/facebook/facebook-android-sdk/issues/997) without needing any further changes.
The changes to "[Improve color parsing](https://github.com/dompdf/php-svg-lib/commit/0d3ca5e6e815b5b8df7ee1ac3a6702feb1c05f56)" appear to break the rendering of one of the SVG images included in a PDF document we use. Some groups that were invisible before...
##### Expected behavior. Pasting plain text (from a plain text editor) should result in the text being displayed unaltered. ##### Actual behavior. Anything that looks like a HTML tag is...