Muzammil

Results 10 comments of Muzammil

Great work @InnovArul. @rbgirshick, any ideas when can this branch be merged and pip package updated?

@InnovArul @Rizhiy, how about you get configuration type from the default config value and then force that on incoming value!

Ah i see. Thanks for the clarification. On Fri, Jan 3, 2020, 11:28 AM Arulkumar wrote: > @muzammil360 Such validation is already > built-in to yacs with the method _check_and_coerce_cfg_value_type...

Hi. I also have the same issue. I am trying to add a phone number but its throwing `Type mismatch` error. ``` sender: "+13342924471" # sender mobile number. ``` @InnovArul...

@InnovArul thanks for the tuple hack suggestion. Though I have used another hack for the time being: ``` phone_str = "+{}".format(cfg["phone_num"]) ``` This way I force `+` before the string....

@rbonghi I am also looking forward to use jtop python api inside container. I have mapped tegrastats, nvpmodel and jetson_clocks as pointed out above. They are also accessible inside container....

@rbonghi thanks a lot. I have been able to run it in docker. However, I don't know what unit exists with each item in `stats`. I can understand some of...

@airhorns nice work on `opentelemetry-instrumentation-ws` package. Any idea if something similar exists for websocket server initialized with `Fastify`? I am running a fastify server and using `@opentelemetry/instrumentation-fastify` package to collect...

Hi @discordianfish, sorry for the late reply. No, I don't see anything particular in logs. However, I think I found another clue. Problem is not with AMD64 or ARM64. The...

When I originally started the issue, I meant what @tpaz said; ie. Prometheus should know the actual timestamp at which event occured. But the same time, I think it would...