Beej
Beej
@D4koon - that's hilarious! that is exactly what i'm doing, had no idea you already did this out there. thanks for sharing.
thanks yes i was using the traditional exe and something just went "off" as things do, i'm sure it's nothing major... i'm a developer so normally i'd go looking around...
sharing some agreeably terse message override examples, compatible with latest v0.13.1: ```typescript import { ValidationOptions, buildMessage, ValidateBy, IsNotEmpty as _IsNotEmpty, MaxLength as _MaxLength, Min as _Min, Max as _Max }...
if looking for a simple "[field label]: [validation message]" style error message approach, please see [this stack-o](http://stackoverflow.com/a/36291446/813599)
in case it helps anybody, this is how to set ForceToUtc to false for ALL columns on ALL types in your assembly ```cs var fluentConfig = FluentMappingConfiguration.Scan(scanner => { scanner.Assembly(typeof(...a_class_in_your_assembly...).GetTypeInfo().Assembly);...
> @vlaci I pushed some code for testing CSD. Like I said we will need some more code to handle CSD wrapper and or for now just add a config...
@nuclearspike, thanks for the React Context suggestion ! for anyone coming to this from Visual Studio 2017 react webpack typescript template, i've adapted this to the react-hot-loader AppContainer ... ####...
> @ericnewton76: This is probably not supported by the underlying api, and therefore would not be implemented here... sorry! [Windows 10 now supports this natively](https://docs.microsoft.com/en-us/windows-insider/at-home/whats-new-wip-at-home-20h1#update-on-virtual-desktop-renaming-build-18975)... will have to keep an...
@lutz, thanks for sharing! this is good news. i will incorporate into my [virtdesk taskbar widget project](https://github.com/Beej126/Win10VirtualDesktopDeskBand). seeing that we can set the name via registry and recycle explorer.exe is...
@lutz, that's awesome you independently picked up on the same general idea! deskband with name just feels so right since taskbar is the one static component during desktop changes... i...