Prateek Jain

Results 9 comments of Prateek Jain

The `pre-commit` is configured to use `pylint 2.8.2` which does not give error but `pylint 2.11.1` gives the error. You can try it by running ` pylint howdoi --rcfile=.pylintrc`. Can...

@Brahvim This might be helpful : https://p5js.org/reference/#/p5.Table

Oh ok, I misread your request and thought you were asking for tables feature in p5 sketch. Thanks for the clarification!

@lmccart @micuat If nobody is working on this right now, shall I take it up?

@micuat Yes the second issue is a little tricky to solve, I do have a solution but that is creating issue in other part of the code. So I will...

@cxw42 So only the TabFern extension image and the backup and restore image has to be changed?

@cxw42 Can I take up this issue for the Hacktoberfest contest?

@joemckay5 The problem is the line ` colorMode(RGB);`. When you call `saturation(detectedColor)`, internally a check is made to see if the current color mode is `hsb` or `hsl`. The way...