Sani Elfishawy
Sani Elfishawy
Yes this would be very useful for an in channel app. The modal is too intrusive and blocking as a surface. The message is too transient as a surface. What...
Here are the lines of the tableFeedCb() method: ``` function tableFeedCb (req, varbinds) { for (var i = 0; i < varbinds.length; i++) { if (isVarbindError (varbinds[i])) { req.error =...
The culprit seems to be that isVarbindError interprets ObjectType.EndOfMibView as an error. This may be necessary in other circumstances but perhaps it is not correct in this case? ``` function...