Paolo Veronelli
Paolo Veronelli
Hi, I changed almost all [x] to a newtype to support 'null' encoding. It's quite an invasive change because it was detecting this all over the ContainerConfig encoding. I have...
Is there any progress to get to streaming results ? Any way to sponsor it ?
is there a plan to support version 2 ?
Thanks for pushing me to the source, so now I have my eye-featured password field. Regarding `TextInput` obsolescence, I think a dedicated constant config field for the input type attribute...
I'm working on something else now, so I hope I'm pasting the right snippet eh. 1. passwordInput :: (MS m, DomBuilderSpace m ~ GhcjsDomSpace) 2. => Bool -> DS Bool...
Another solution which looks fine to me is parametrise DMap over one more parameter which can be DSum. This has the big advantage of being backward compatible. I will give...
Yep, I've found a solution which is backward compatible ``` data DSumC c tag f = forall a. (c a) => !(tag a) :=> f a ``` then ``` class...
If I understand correctly then I find myself working with ``` data Constrainted c k v = forall v . c v => Constrainted (k v) type QueryRecord k q...
@golddydev, is there a way to add your unreleased version as a dependency to the aiken.toml ?
I found a way by using the Interactive module. It feels a bit odd, btw