Bryan Larsen

Results 78 comments of Bryan Larsen

Arnaud, can you send me a sample app or test case that demonstrate's the behaviour? Your patch causes one of the existing tests to fail, so we need to find...

In many environments, redirecting to "/" is wrong -- the application is deployed in a sub-path. It's certainly possible that your patch won't break those apps, but I'd like to...

Using export doesn't allow us to pass parameters to units. We have our code structured so that every unit exports a function that returns an array of manifests. Then the...

Your approach certainly sounds a lot more capable than mine. Mine is only able to follow existing pods through a crash / restart cycle, yours can find new ones. Re:...

More information from `yarn install`: ``` warning antd-scss-theme-plugin > less > request > [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no...

I'm not sure how I unassigned @prncc, definitely didn't mean to do that...

I'm using koa-webpack.

koa-webpack is just a thin shim over webpack-serve, so I don't mind using it directly if that helps.

What an awesome answer! It would be nice to see it in the examples. Calling context twice makes a lot of sense. > Why use source(false)? That seems to make...

No, I just dismissed opentracing-auto as broken by design. The problem is trivial to reproduce with simultaneous requests to your example. It'd require some pretty cool magic for the mongo...