Dayton Lowell

Results 6 issues of Dayton Lowell

I was doing to investigation of `datetime-local` support and was surprised to find that Chrome on Android doesn't show a full calendar, it only shows a scrolling list-style picker(similar to...

Would you accept a PR that made methods return a `Promise` if a callback wasn't passed?

Currently `joi-sql` outputs enums as `any()` type. https://github.com/TehShrike/joi-sql/blob/master/build.js#L68. As far as I can tell, MySQL enum values can only be a string. https://dev.mysql.com/doc/refman/5.7/en/enum.html#enum-literals) I've switched `yup-sql` to output enums as...