Max Metral

Results 101 comments of Max Metral

yes, exactly. I figured that was the problem, though I wasn't sure what to do about it. Thanks.

First thing I had to do (recording here for posterity) was set the network interfaces to emulate Intel Pro 1000/MT cards as the defaults were not recognized. First one I...

I managed to get it booted and ssh into it ("installation" was instantaneous, should I be concerned that it wasn't 20 minutes?). The external network (the shared/NAT network in parallels)...

I added an env var to our CI scripts that kills Metro after a specified interval. So no, I didn't solve it, but I stopped it.

#267 an example use case would be protecting certain token usage by caller IP. Basically any case where you want some request-specific data in the body of a model function.

My specific case is actually simpler - we have a distributed logging capability that relies on a log decorator associated with the express request. So I need to get that...

The key is it needs to be tied to the request, and not the app. So the "this" stuff I did in that other PR doesn't actually help there. Given...

Can we get some movement on this PR?

I don't think that runs during packaging - at least it didn't for me. Maybe I did something else wrong, so if "it really should" then I'll dig more.