Dev Anand
Dev Anand
Thanks @cougar2010 Had a little bug in your code. Fixed it for my case. I'm using the selectize control ``` javascript try { return element[0].select ? element[0].select() : element.parent().children().find('input')[0].select(); }...
@DLoT Thanks. Will have a look. Hope it solves my requirement.
_Usage_ ``` res := w.(muxie.ResponseWriter) status := res.Status() size := res.Size() ```
@kataras Agreed. Since, I'm not using iris, I added it for my requirement. Thanks for the library though 👍
Any idea when this will be implemented ? I was depending on `ChannelPositions/String2` to sum and arrive at the Channels value.
@JeromeMartinez I meant the `count of objects` like `3/2/2.1`. As of now, I'm using ffprobe to get the channels as a workaround. It gives 7.1 as output :sweat_smile: I understand...
Can you please update on this ?
any updates on this ?