Raúl Piaggio
Raúl Piaggio
I'll attempt to make the release without merging into master.
> Thanks @rpiaggio for making progress on this. Would love to help but not sure what are the remaining items Hi @ngbinh ! You can see the checklist that @japgolly...
+1 please getItem fails on a Table with a SQLContainer as data source.
Hi! I'm trying to use this functionality too. You can open a ranged cursor over the store key, which is what I'm trying to do; see here: https://developer.mozilla.org/en-US/docs/Web/API/IDBKeyRange#examples Would you...
Hi there! I have been experimenting with a monadic version of the checklist precursor library ("`io-validation`") using an approach similar to @Jacoby6000 's https://github.com/davegurnell/checklist/issues/1#issuecomment-301895082. (That's the library we actually use,...
This is how code looks like in `io-validation`: https://github.com/zoepepper/validation/blob/master/shared/src/test/scala/io/underscore/validation/MonadicValidatorSpec.scala Whenever `and`, `andPrefix`, `field` or `fieldSeq` is called, natural transformations are applied if an implicit one is in scope.
@davegurnell I'd like to try to port the approach we took in https://github.com/zoepepper/validation to `checklist`. We ended up requiring the context to be `Applicative` instead of `Monad`. This is because,...