Alex Liu

Results 56 comments of Alex Liu

When I try this, it returns a number for me. Am I using it incorrectly?

Maybe I’m not using this correctly - but Configured name just returns the name of the device. I’m looking for the name of the currently active input as specified in...

@lrowe I'm not sure about the use case here: > keys which roundtrip to integers may also be collapsed to ranges Could you expand on that a little bit? As...

Hm, interesting! That's good to know. FWIW we cast everything to a string in the router when we expand the incoming path sets into single paths (needed for route matching...

EDIT: attaching correct JIRA this time I'm reopening this PR due to this issue: https://jira.netflix.com/browse/IOSUI-26124 Because of this bug, NQ is returning a payload that seems to cause the client...

Seems like we could probably also expose the names of the conductors that were sharded, like a history of sorts. Any preference as to how these metrics are exposed? Via...

Sure, I imagine that will add some flexibility to the design. So long as the public interface for all models is pretty clear (e.g., minimum number of methods that need...

@misterdjules You're right - I confused this with restify's ability to send these values as strings (but not for restify-client's ability to parse those strings as valid JSON). I guess...

Hi @Nordes , you can set headers using the options 'headers': ```js client.post({ headers: { 'content-type': 'foobarbaz' }, path: '/' }, function() { ... }); ``` That said, for content-type...