Patricia Goldweic
Patricia Goldweic
Thanks for replying!. The refresh token is supposed to be managed by the IBM sdk and is used for authorization (in a manner similar or analogous to OAuth2 tokens apparently)....
Ah, that's great to know @Naktibalda . Thanks for explaining that!. I'm curious though, would it still work to do the manual context clearing first (outside of Watson, just accessing...
As a new user, I'm interested in the status of this discussion. Has the utility for creating nested maps been incorporated in any way to this sdk or companion products?...
I've also faced a similar issue although not with botbuilder-adapter-webex, but with the built-in botkit adapter used for Microsoft Webchat integration, specifically when specifying a wrong token. @benbrown suggested a...
My guess is that, just like it happened to me in issue #2200, developers are probably updating their node installations, which is the cause for the trouble (newer versions of...
Well, I just noticed in the code that the 'sortKey' prop is actually expected to be a string :-(. However, it would be a nice feature to add support for.
That sounds like an interesting idea, and certainly worth for me to look into it. Thanks for mentioning it.
Thanks Amir, What I'm doing is simply render an icon in the column if some condition is true (that a value has been changed in an editable cell), so my...
I actually render the table myself, so I would not create a column as the one you show above, since I'm not using Sematable's own Table component to render, so...
An update: turns out that now that I've added the extra 'changed' boolean field to my data objects, using my original code *does* in fact sort the icon column, without...