Valit
Valit copied to clipboard
Valit is dead simple validation for .NET Core. No more if-statements all around your code. Write nice and clean fluent validators instead!
On major distros like Ubuntu and Fedora, gnome-terminal is in use. and you used gnome-terminal to call your program from .sublime_project But, not all distros have gnome-terminal installed. For example,...
Hi, I've been working on a similar project, but here is a problem that I faced, and it seems to be present in your code as well: https://github.com/aviaryan/SublimeNotebook/blob/master/sublime_notebook/cryptlib.py#L112 and https://github.com/aviaryan/SublimeNotebook/blob/master/sublime_notebook/sublime_notebook.py#L55...
Evernote and other note providers offer mobile apps for Android and iOS, so you can read/write your notes on your smartphone.
Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. https://orgmode.org/
It'd be more convenient to most of ST users.
is code formatting and Display. No really - CintaNotes and the rest do not recognize Python, .JavaScript, HTML etc. Use to Store lots of Code snip its. Took a while...
The for option should have a handled output with an error message, optionally a custom error message would be awesome. ```csharp void ValidateModel(RegisterModel model) { //Force exception model = null;...
Currently we don't support Epsilon in extensions for double and float. The suggestion is that each method should have default parameter like: `(this IValitRule rule, double value, double epsilon =...
I think it could be nice to have ability to compare two properties of an object: `.Ensure(m => m.Password, _ => _.IsEqualTo(m => m.RePassword))` What do you think about it?