Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
JosiasAurel created a branch on hackclub/sprig
fix/unit_test - 🍃 Learn to code by making games in a JavaScript web-based game editor.
JosiasAurel closed an issue on hackclub/sprig
Gallery Image Mixup, Non New Games Have 'New' Tag
**Describe the bug** Both happen in the gallery. Sometimes, games will have the wrong image, and it seems that the games at the top of the list always have the 'new' banner thing. I suspect the im...JosiasAurel closed a pull request on hackclub/sprig
separate gallery game into its own component
fixes #1396 fixes an issue where game image gets mixed up during searchJosiasAurel pushed 1 commit to fix/gallery hackclub/sprig
- add key to game component for react and remove dependency on filename in GalleryGame component e9c3928
JosiasAurel created a review on a pull request on hackclub/browserbuddy
It's irrelevant whether you started your project before someone else or not. It matters when it gets submitted though because I have no way of verifying when any of you started your project. My...
JosiasAurel pushed 4 commits to main hackclub/browserbuddy
JosiasAurel created a review on a pull request on hackclub/browserbuddy
Please fill [this form](https://airtable.com/appgtKZwZBoOeFU7O/pagyeS51zr2kC1rp0/form) to get your grant if you haven't yet.
JosiasAurel created a review on a pull request on hackclub/browserbuddy
Please fill [this form](https://airtable.com/appgtKZwZBoOeFU7O/pagyeS51zr2kC1rp0/form) to get your grant.
JosiasAurel created a comment on a pull request on hackclub/browserbuddy
Wow this is so funny
JosiasAurel created a branch on hackclub/sprig
fix/g2 - 🍃 Learn to code by making games in a JavaScript web-based game editor.
JosiasAurel opened a pull request on hackclub/sprig
separate gallery game into its own component
fixes #1396 fixes an issue where game image gets mixed up during searchJosiasAurel created a branch on hackclub/sprig
fix/gallery - 🍃 Learn to code by making games in a JavaScript web-based game editor.
JosiasAurel closed an issue on hackclub/sprig
Map editor generates invalid syntax with sprites with backtick key
**Describe the bug** When a sprite with a backtick (`` ` ``) as its key is placed using the map editor, the editor places the backtick unescaped, ending the string literal causing invalid syntax w...JosiasAurel closed a pull request on hackclub/sprig
warn against using backticks in sprite keys
Fixes #2297 This PR adds a babel transform to throw an error when there's a backtick in a string. This is to prevent users from including backticks in sprite names which will break on maps. I...JosiasAurel created a review on a pull request on hackclub/browserbuddy
There's an existing submission that does the same thing. Can you try coming up with something different?
JosiasAurel created a comment on a pull request on hackclub/sprig
I've tested the change in editor and added two more tests in the engine. <img width="1321" alt="image" src="https://github.com/user-attachments/assets/c001bce5-3fe5-4ae6-9ce6-47378f6762f6" />
JosiasAurel created a branch on hackclub/sprig
feat/add-env - 🍃 Learn to code by making games in a JavaScript web-based game editor.
JosiasAurel closed a pull request on hackclub/sprig
use cross-env to pass environment variables to test runner
Pass environment variables to cross-env using test-runner.JosiasAurel opened a pull request on hackclub/sprig
use cross-env to pass environment variables to test runner
Pass environment variables to cross-env using test-runner.JosiasAurel created a branch on hackclub/sprig
feat/add-env - 🍃 Learn to code by making games in a JavaScript web-based game editor.