Alan Murtagh

Results 22 issues of Alan Murtagh

If a subflow fails predictably and its parent can handle this outcome then did it really fail? Yes, sort of. But there's a big difference between an unhandled failure and...

improvement

Right now if anything goes wrong creating a function the user will only receive a workflow error stating that host not found. Lots of different things could go wrong to...

improvement

This is caused by isatty.IsTerminal() not reporting true under Cygwin. Cygwin can handle colorized output just fine though. This seems to be a very easy fix: adjust the following code...

From 'handler.go': line 63 `delete(connections, conn)` line 94 `connections[conn] = true` All of this logic occurs within a 'http.Handler', and is therefore multi-threaded. There are currently no safeguards against concurrent...

# The Problem According to what I've read, it seems that if a client sends a "gqlStart" to the server then the server should guarantee at least one "gqlData" response....

bug

I'm trying to get bash auto completion working for my string arguments based on hints that I'm correctly defining in my app. "myapp --completion-bash" is correctly returning a list of...

It'd have to extract information from the disk to know how to configure it. And it would have to validate some things and ignore others (wrong disk format for platform...

enhancement

**Describe the bug** A workflow with its own workflow-level knative functions defined may work perfectly fine when saved to the root of a namespace. But that same workflow seems to...

bug

Let's get some performance enhancements into 0.8.0. Making a note here so that I'm constantly reminded.

improvement