Kenneth Lim
Kenneth Lim
There was some discussion in #3893 and #4230 around this which led to the ideas of stewards that @montoyamoraga linked to. I think it is good to formalize stewards for...
We can consolidate what we have here with what's already written [here](https://github.com/processing/p5.js/tree/main/contributor_docs#github-issue-flow) and [here](https://github.com/processing/p5.js/blob/main/contributor_docs/organization.md).
A bit of an update: I've started writing the stewards guide in the contributor docs to include ideas generated here as well as any other info stewards and maintainers may...
[This line](https://github.com/processing/p5.js/blob/main/tasks/release/release-p5.js#L34) should have prevented the release from actually releasing. I'll have a look but if you have any inkling of what may have happened do let me know as...
Ok, I found the problem. The `--preview` flag for `np` is added in `6.2.0` of `np` (which was the lastest version when it was added) but it had issues with...
I've tested out the latest version but is unable to publish to my namespace (got stuck at 2FA where it keeps asking for the token repeatedly). I'm not sure if...
Would be happy to see the output cleaned up!
@rt1301 Sure, do go ahead and see if it can be cleaned up
@rt1301 I'm not quite sure what you are referring to here. Can you elaborate a bit more?
That is the line number of where the function/property is defined in the code file. In the example here it means line 1 of `src/core/main.js` file. It is used to...