Travis Reeder

Results 238 comments of Travis Reeder

Finally figured this out, it's the notFoundHandler, had to add this: ```dart router.notFoundHandler = Handler( handlerFunc: (BuildContext? context, Map params) { return NotFoundPage(); }); ```

Seems to be fine otherwise, but might be some things I haven't run into. What are you using now?

I played with this a bit, trying to use routes at first, but it turns out the cp.logstreams array isn't in any predictable order. I got a proof of concept...

Sounds fun! ;) One way could be to check running containers, if image name is gliderlabs/logspout, then ignore those lines. I've added this to my adapter, but feels like it...

Do you think this is a common thing that most people would want, or is it just me?

@ebr I'm not doing anything fancy with the module, in fact when generating that, the only thing the module did at that point was print the message data field so...

I think making FN_REGISTRY fully qualified makes sense, eg: `FN_REGISTRY=docker.io/NAMESPACE` . Would that be enough to resolve all of this? Docker refers to it as namespace since it can be...

What if we don't allow NAMESPACE in the function names (shouldn't really be there anyways)?

Would probably need to put version somewhere else.