Brian Smith
Brian Smith
Hi @wesgarrison do you plan to come back to this one? There's a comment above for you to have a look at. Thanks :)
Hi there, I'm checking for gaps in the teams, and I would volunteer for reviewing this chapter.
> [@bsmth](https://github.com/bsmth) since you told me you would like to fill empty spots in the project I wanted to ask you if you would be interested in contributing this chapter...
> there will be already a first meeting on 1st June, did I miss something? Also curious, it would be great to sync up!
> Please if any of you are interested in leading let me know immidietaly and we can arrange an initial call to proceed quickly I can't commit to leading the...
See https://github.com/orgs/mdn/discussions/796 for API docs architecture feedback
Thanks a lot for opening this one. It doesn't look like this is implemented anywhere yet, at least it's not working for me in any browser: https://codepen.io/bsmth/pen/QWomeEX You can see...
Thanks for tagging me. Can you try with a CDN? https://github.com/phaserjs/phaser?tab=readme-ov-file#using-phaser-from-a-cdn, for instance: ````markdown ```html ``` ```js class Example extends Phaser.Scene { preload() { this.load.setBaseURL("https://cdn.phaserfiles.com/v385"); this.load.image("raster", "assets/demoscene/raster-bw-800x16.png"); } create() {...
Thanks a lot for suggesting this. I'm just looping in @chrisdavidmills on this -> there's a proposal for adding (unit and integration) tests to the TODO app. Something to look...
> See also [#588](https://github.com/mdn/mdn/issues/588) Better to look at https://github.com/mdn/mdn/issues/622 and: - [x] https://github.com/mdn/content/pull/37739