Results 4 issues of Monomachus

Added support for Dates, so users could have some dates in their wizards

Hello, When trying to use it in a Laravel Nova field and building with npm I have the following issue - _BrowserslistError: Unknown browser query `dead`_ This is related to...

Hello I have a method: ``` java public String getLastAccessPointUser() { if (!isNullOrEmpty(getPropertyAsString(PHILIPS_HUE_LAST_CONNECTED_USERNAME))) { return getPropertyAsString(PHILIPS_HUE_LAST_CONNECTED_USERNAME); } else { String username = PHBridgeInternal.generateUniqueKey(); savePropertyAsString(PHILIPS_HUE_LAST_CONNECTED_USERNAME, username); return username; } } ```...

Exception that I am getting System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Server stack trace: at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at...