Victor Tseng
Victor Tseng
I have a WPF+Net6 solution, say: - Contract.dll (`public interface IPlugin`) - Plugin1.dll (WPF with xaml resources), (`public abstract class Plugin1 : IPlugin`) - Contract.dll - External NuGet deps -...
i think we should handle memory allocation fail more gracefully..... The problem is probably that by the time we try to `realloc()`, we don't have large enough continues memory block....
first apologize that I'm lazy to make a pull request... api23+ is building with OpenJDK instead of Oracle JDK, which doesn't have sun.misc.Unsafe. adding ``` -dontwarn com.google.common.cache.** -dontwarn com.google.common.primitives.UnsignedBytes$** ```...
some embedded platforms (such as esp8266) don't like these check programs...
declare callback list only when MAXCALLBACKS != 0 reduce memory and binary footprint. the code actually run faster with a giant switch-case as the default handler...
reduce compiler warning...
## Pull request type Please check the type of change your PR introduces: - [ ] Update - [ ] Bugfix - [x] Feature - [ ] Code style update...
## Pull request type Please check the type of change your PR introduces: - [x] Update - [ ] Bugfix - [ ] Feature - [ ] Code style update...