SublimeNotebook icon indicating copy to clipboard operation
SublimeNotebook copied to clipboard

📝 Make Sublime Text your favorite note taking/journal application

Results 17 SublimeNotebook issues
Sort by recently updated
recently updated
newest added

We should consider validation for Infinity in double and float. It might be tricky and honestly I don't know how how rules are implemented in C#. It's not super important...

enhancement
change request
up-for-grabs

I'd be cool if we could add more things for customising error messages. I thought about something very simple like "tokens" which we could put into the string which then...

enhancement
discussion

Would be cool to create an integration package for Autofac. There are lot's of thing that we could add here so hesitate to add something in the comments ;) The...

enhancement
discussion

I think it could be a nice feature to allow defining output result from ``IValitRules`` like follows: ```cs ValitRules .Create() .Ensure(....) .WithResult(r => new MyResult { ....}) .Validate(); ``` Things...

enhancement
change request

As you see we have a #114 almost done by @paw3lx. However we spotted that this feature requires the whole rules chain to be resolved inside ``Validate()`` method since the...

change request
discussion

Currently we don't have any summary for classes and methods as well. As far as I know, this is highly requested by folks who could probably use Valit.

All methods starting from `Is` like `IsDigit` or `IsLetter` from https://msdn.microsoft.com/en-us/library/system.char(v=vs.110).aspx

enhancement
testing
up-for-grabs