Sean Chalmers
Sean Chalmers
> Not really, it's my first time trying to use it. Phew and yay! > Yeah, but the internal API is a bit complicated ;) Yeah... it is a bit.....
One option could be to change the type alias here https://github.com/qfpl/waargonaut/blob/master/src/Waargonaut/Types/JString.hs#L78 to be a sum type that is either the internal `JString'` representation or a narrower `NonUnicode` type... maybe: ```haskell...
There is a nicer fix that I am able to add once we have #39 merged. The succinct data structures make it trivial and fast to confirm the closing element...
I've added a naive attempt at making it more apparent that participants should use the `Sql.runDBAction` function but it could do with some work, I think.
If I get a chance I'll see if I can at least provoke some errors. Thanks for this!
Thanks for this, I've been wicked busy lately so I haven't had a chance to tend this particular jungle. I suspect a lot of these overrides can be removed as...
Apologies for the necromancy, @nmattia is it possible for this PR to be submitted, here or my fork? I know it's been a while. Curious about dusting things off. :)
Can you provide some specifics about the steps you're using to provoke this error? Is it in a larger Obelisk project or a clone of this repository?
I never tested this build on OSX and I don't have a machine to test it on. Happy to accept PRs for this.