Yasser shaikh

Results 4 issues of Yasser shaikh

**Describe the bug** Getting this error ![image](https://user-images.githubusercontent.com/2232423/130435251-dccb002e-9725-4da1-a7de-a62c64710ddb.png) ``` Error: Command failed: npm ci --only=prod npm ERR! code E401 npm ERR! Unable to authenticate, need: Basic realm="GitHub Package Registry" npm ERR!...

``` ManualResetEventSlim clientReady = new ManualResetEventSlim(false); SlackSocketClient client22 = new SlackSocketClient(_authToken); client22.Connect((connected) => { // This is called once the client has emitted the RTM start command clientReady.Set(); }, ()...

Hi, I followed the basic example mentioned on the site. However I am unable to find how to get the change event of the select2? whats the syntax ? ```...