Sean Hess

Results 58 comments of Sean Hess

@sharkdp: I'm new to Purescript, `pulp build` is how I learned how to do it. The syntax checker is called `pulp` on purpose. If you don't have pulp installed it...

@lcd047 That's super useful thanks! It's such a pain to test the errorformat on a real project. You are getting syntax errors in the current errorformat? How can I see...

@lcd047 I'm not seeing any errors with my errorformat even using your testing method. Can you help me reproduce the problem? Thanks!

Do we want to try to push for something we can merge short-term, or wait until you make changes to psc @paf31? We're probably going to end up using Elm...

@lcd047 It's already useful. While there are many diverse errors the vast majority fall within the same formats. I would rather clean up the things you mentioned (the errorformat issues)...

I totally understand. Well I'll defer to you of course. If you want to wait that's fine. Thanks.

Yes please! I'm struggling with this right now.

What’s the best source to figure out how joins work prior to the tutorial being written? Somewhere in the docs perhaps? Am I correct in assuming that selda is stable...

Wait, I had my Main function as a call to runWaiAsLambda, not the generate one, but now that I'm trying to switch to follow your example, I realize that your...

It looks like all your documentation is out of date! There is no `generateLambdaDispatcher` function. The error above comes from attempting to get this to work from only the haddocks....