Dibash Thapa

Results 7 comments of Dibash Thapa

> /users already does show current users. i'd love a pr which shows their usernames. will send the PR from my side

Hey, do we have any utilities for getting variable from context ? Like this from [eslint-plugin-react ](https://github.com/jsx-eslint/eslint-plugin-react/blob/f2869fd6dc76ceb863c5e2aeea8bf4d392508775/lib/util/variable.js#L38)

@ematipico For the given code ```jsx const isOpen = true; const Component = () => { return 0} /> } ``` I want to search for the value of `isOpen`...

@louisvangeldrop could you please share the code ?

@louisvangeldrop I modified the code ```js 'use strict'; var SORTELEMENTS = 7281 - 1; //7728; var maximum = 0; var minimum = 65536; function initArr(sortList) { var seed = 74755;...