Kumaran

Results 9 issues of Kumaran

Thanks for the great library. I can read variable values from CLI argument or prompt parameter. But I have lots of variables, so I have to keep in a separate...

**Please try the below code sandbox** https://codesandbox.io/s/xjp98zmyqz I am trying to implement rowRenderer with controlled select option, facing issues with controlled selection and rowRenderer. selected and onSelect works fine, but...

All the examples are in JavaScript. I am looking for Typescript example. Is any available?

I am trying simple command and getting Can't open display error. See the below screen. Anything wrong here? ![image](https://user-images.githubusercontent.com/3082469/129889818-a4f75beb-cbba-487d-992f-facd99eebeaa.png)

### Steps to reproduce Go to https://www.sigmajs.org/ scroll to Customize section click "Launch live codesandbox" https://codesandbox.io/s/github/jacomyal/sigma.js/tree/main/examples/custom-rendering ![image](https://github.com/jacomyal/sigma.js/assets/3082469/b62a83d1-7354-47da-898f-2fa1c6afcecc) ### Expected behavior It should run ### Actual behavior showing error ![image](https://github.com/jacomyal/sigma.js/assets/3082469/0d70d1e1-0508-4c74-b3ad-4a8b5df0a64c)

bug

I am redirected into root page if I click 'sign-in'. ![image](https://github.com/clerkinc/clerk-react-starter/assets/3082469/0a515701-111f-48d5-bc71-7a669c5d44e0) Below is my `Clerk Provider` code. ``` ``` Below is `PublicPage.tsx` ``` import { Link } from "react-router-dom"; function...

I want to blur only some area of an image, not entire image. for example, If I pass (x1,y1), (x2,y2) then only that area needs to be blur'ed in an...

I want to blur only some area of an image, not entire image. for example, If I pass (x1,y1), (x2,y2), only that area needs to be blur'ed in an image....

I want to blur only some area of an image, not entire image. for example, If I pass (x1,y1), (x2,y2), only that area needs to be blur'ed in an image....