Skip to content

Commit 8c9ea4b

Browse files
authored
Merge branch 'main' into all-contributors/add-reshma045
2 parents 1c850b7 + 3dc2fef commit 8c9ea4b

File tree

5 files changed

+45
-7
lines changed

5 files changed

+45
-7
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7173,6 +7173,24 @@
71737173
"contributions": [
71747174
"code"
71757175
]
7176+
},
7177+
{
7178+
"login": "Somnath-Mishra",
7179+
"name": "Somnath Mishra",
7180+
"avatar_url": "https://avatars.githubusercontent.com/u/120735604?v=4",
7181+
"profile": "https://github.com/Somnath-Mishra",
7182+
"contributions": [
7183+
"code"
7184+
]
7185+
},
7186+
{
7187+
"login": "ayushman1210",
7188+
"name": "Ayushman",
7189+
"avatar_url": "https://avatars.githubusercontent.com/u/138183570?v=4",
7190+
"profile": "https://github.com/ayushman1210",
7191+
"contributions": [
7192+
"code"
7193+
]
71767194
}
71777195
],
71787196
"repoType": "github",

.github/workflows/stewards-update.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,34 @@ on:
99

1010
jobs:
1111
build:
12+
if: github.ref == 'refs/heads/main' && github.repository == 'processing/p5.js'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v3
1516

1617
- name: Setup Node
1718
uses: actions/setup-node@v4
1819
with:
19-
node-version: '20'
20+
node-version: "20"
2021

2122
- name: Install dependencies
2223
run: npm install js-yaml
2324

2425
- name: Run table generator
2526
run: node utils/stewards-table.js
26-
27+
2728
- name: Reset all changes except README.md
2829
run: |
2930
git restore --staged .
3031
git add README.md
3132
git checkout -- .
32-
33+
3334
- name: Create Pull Request
34-
uses: peter-evans/create-pull-request@v5
35+
uses: peter-evans/create-pull-request@v7
3536
with:
3637
commit-message: "Update README table from stewards.yml"
3738
branch: update-readme-table
38-
title: 'chore: update README table from stewards.yml'
39-
body: 'This PR updates the README.md table to reflect changes in stewards.yml.'
40-
add: README.md
39+
title: "chore: update README table from stewards.yml"
40+
body: "This PR updates the README.md table to reflect changes in stewards.yml."
41+
add-paths: README.md
4142
token: ${{ secrets.ACCESS_TOKEN }}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Lead/Mentor Alumni
101101
| Friendly Errors | [@IIITM-Jay](https://github.com/IIITM-Jay) |
102102
| Graphics (p5.strands) | [@lukeplowden](https://github.com/lukeplowden) |
103103
| Graphics (WebGL) | [@RandomGamingDev](https://github.com/RandomGamingDev), [@aferriss](https://github.com/aferriss), [@davepagurek](https://github.com/davepagurek), [@lukeplowden](https://github.com/lukeplowden), [@perminder-17](https://github.com/perminder-17) |
104+
| i18n (es) | [@marioguzzzman](https://github.com/marioguzzzman) |
104105
| i18n (hi) | [@Divyansh013](https://github.com/Divyansh013), [@takshittt](https://github.com/takshittt) |
105106
| i18n (ko) | [@hana-cho](https://github.com/hana-cho) |
106107
| i18n (zh) | [@limzykenneth](https://github.com/limzykenneth), [@lirenjie95](https://github.com/lirenjie95) |
@@ -1188,6 +1189,8 @@ We recognize all types of contributions. This project follows the [all-contribut
11881189
<td align="center" valign="top" width="16.66%"><a href="https://github.com/junseok44"><img src="https://avatars.githubusercontent.com/u/81099627?v=4?s=64" width="64px;" alt="JangJunseok"/><br /><sub><b>JangJunseok</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=junseok44" title="Code">💻</a></td>
11891190
<td align="center" valign="top" width="16.66%"><a href="http://charlotte.fyi"><img src="https://avatars.githubusercontent.com/u/10366310?v=4?s=64" width="64px;" alt="charlotte 🌸"/><br /><sub><b>charlotte 🌸</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=tychedelia" title="Code">💻</a></td>
11901191
<td align="center" valign="top" width="16.66%"><a href="https://github.com/reshma045"><img src="https://avatars.githubusercontent.com/u/77575603?v=4?s=64" width="64px;" alt="Reshma R"/><br /><sub><b>Reshma R</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=reshma045" title="Code">💻</a></td>
1192+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Somnath-Mishra"><img src="https://avatars.githubusercontent.com/u/120735604?v=4?s=64" width="64px;" alt="Somnath Mishra"/><br /><sub><b>Somnath Mishra</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Somnath-Mishra" title="Code">💻</a></td>
1193+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/ayushman1210"><img src="https://avatars.githubusercontent.com/u/138183570?v=4?s=64" width="64px;" alt="Ayushman"/><br /><sub><b>Ayushman</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=ayushman1210" title="Code">💻</a></td>
11911194
</tr>
11921195
</tbody>
11931196
</table>

src/accessibility/gridOutput.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ import p5 from '../core/main';
1010

1111
//updates gridOutput
1212
p5.prototype._updateGridOutput = function(idT) {
13+
// Check if the current rendering mode is WEBGL
14+
if (this._renderer && this._renderer instanceof p5.RendererGL) {
15+
if (!this._didOutputGridWebGLMessage) {
16+
this._didOutputGridWebGLMessage = true;
17+
console.error('gridOutput() does not yet work in WebGL mode.');
18+
}
19+
return;
20+
}
1321
//if html structure is not there yet
1422
if (!this.dummyDOM.querySelector(`#${idT}_summary`)) {
1523
return;

src/accessibility/textOutput.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ import p5 from '../core/main';
1010

1111
//updates textOutput
1212
p5.prototype._updateTextOutput = function(idT) {
13+
// Check if the current rendering mode is WEBGL
14+
if (this._renderer && this._renderer instanceof p5.RendererGL) {
15+
if (!this._didOutputTextWebGLMessage) {
16+
this._didOutputTextWebGLMessage = true;
17+
console.error('textOutput() does not yet work in WebGL mode.');
18+
}
19+
return;
20+
}
1321
//if html structure is not there yet
1422
if (!this.dummyDOM.querySelector(`#${idT}_summary`)) {
1523
return;

0 commit comments

Comments
 (0)