Nicholas Kariniemi
Nicholas Kariniemi
This seems good on the face of it, but I'll give it a better look over when I get the chance.
@nsaunders I know I said this last time as well, but yes, I will give it a try and get back to you. I've been working with this library a...
I've been vaguely thinking about introducing something like Servant's natural transformation API to allow use cases like this. This should be possible.
Hi! Thank you for your kind words. So here's where my head is at regarding this project at the moment. The main bigger design-affecting feature I'm hoping to get in...
You may be right. I'll have to think about this a bit. But I'm picking this project up again here so there should be some activity. Thanks for the pointer...
I think returning 400 Bad Request on failures decoding bodies is a better default, so I just published an update to make it so. But now I'm realizing I may...
Right now I'm thinking maybe this could be unified with the request guard type and `decodeBody` would return `Result a` i.e. `type Result a = ExceptT Failure Aff a`. It...
Unfortunately the OPTIONS method is not supported at the moment, and I don't believe there are good workarounds. I made another issue to track that: https://github.com/hoodunit/purescript-payload/issues/11. After that is added...
Adding endpoints with the `OPTIONS` method is now supported with the `v0.3.1` changes. This still doesn't quite support this use case, however, without some awkward workarounds (like adding OPTIONS endpoints...
PureScript and Bower and why not pulp could go in there, too, but at the moment I can't seem to get either PureScript or pulp to install locally with Nix...