Joery Droppers
Joery Droppers
This is my library, it seems to be getting popular quite fast.
It currently intercepts all touch events in a nested scrollview. This is difficult to configure since `setNestedScrollingEnabled` is ignored, when calling this method the value should also be set for...
The Linux and MacOS machine types differ from the Windows machine types for (some) .NET Core runtime libraries. For example System.Runtime.dll's machine type for AMD64 is 0xFD1D, which is the...
.NET `Assembly.Load` resolves System.IO.Compression 4.2.0.0 to version 4.0.0.0 in the GAC using some magic, the assembly resolver of Cecil does not do this. Explanation from Microsoft as to why: >...
First of all, thank you for this library, but it seems that some features are missing. - [x] Applying default attributes to a node, edge, graph etc. is not possible,...
I noticed that the `ZipFile` will stay open (OS prevents it from being modified or removed) and it is currently not possible to use it in a `with` statement. So...