Lyndon Maydwell

Results 11 issues of Lyndon Maydwell

### Is your proposal related to a problem? With the addition of support for nested types in actions: (https://github.com/hasura/graphql-engine/issues/4796) the next logical functionality is to add support for joining across...

k/enhancement
c/server
c/actions
team-blaam/handover

Want to add support for subscriptions as per https://github.com/morpheusgraphql/morpheus-graphql/issues/276

UID 1000 already in use, causes an error. I updated to 1001 in configuration and got past this.

untriaged
feedback

Hello ScrambledEggsOnToast, I've been playing with Mealy machines lately and thought it would be fun to use Needle in conjunction with the Arrow instance in order to program in ascii...

Hello, I've been trying to accomplish a small program using Conduit, Pipes, Machines, and now Concurrent-Machines. I thought I'd finally found the solution with `splitProd`, but I now find I...

Is there an example of how you would indicate end of stream as a parser such as Parsec's `eof`?

Some examples do work: ``` > cabal exec -- doctest -isrc -XLambdaCase -XUndecidableInstances -XFunctionalDependencies src/Control/Category/Cartesian.hs Warning: ignoring unrecognised input `.' Examples: 25 Tried: 25 Errors: 0 Failures: 0 ``` However,...