Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
maxwofford closed a pull request on hackclub/high-seas
Solves the style issue on the shop page.
This will solve #839. I have commented the words which take more space.maxwofford created a comment on a pull request on hackclub/high-seas
Please run the formatter provided with `bun fmt`! I think your editor is autoformatting the files you opened and changing stuff you don't mean to. Heads up, you probably never want to `git add --al...
maxwofford pushed 2 commits to main hackclub/high-seas
maxwofford created a comment on an issue on hackclub/high-seas
@uhidontkno there are 77 open issues. If you want it fixed, you should submit a pull request!
maxwofford opened a pull request on hackclub/high-seas
Add a few more git hosts to the interface!
Based on feedback from https://github.com/hackclub/high-seas/issues/853maxwofford created a branch on hackclub/high-seas
dynamic-repo-link-button - 🏴☠️ It's better to be a pirate than join the navy!
maxwofford pushed 2 commits to main hackclub/high-seas
maxwofford created a comment on an issue on hackclub/high-seas
P.S. https://jhythm.rare1k.dev/mainmenu is sick! Love the UI's clickyness– I kinda want to add those sounds to the high seas UI
maxwofford created a comment on an issue on hackclub/high-seas
Nah, we actually did build high seas with git{lab|ea} support but there are def some parts of the UI that are hardcoded to show GH because limited developer time. We'll totally accept PRs to polish...
maxwofford created a comment on an issue on hackclub/high-seas
![Image](https://github.com/user-attachments/assets/7e3b6ad0-bc97-4a29-81d6-2481587dc646) Ah, there it is! Gitlab doesn't like hotlinks to their raw URLs. Maybe host on #cdn in the slack?
maxwofford created a comment on an issue on hackclub/high-seas
Ok, the button text can easily be fixed– that was hard coded just to save time but we can pretty easily add in the other git hosts! As for the "Your git readme isn't loading" that actually looks co...
maxwofford created a comment on an issue on hackclub/high-seas
@uhidontkno we def want to support gitlab (& all the other git hosts we can) for high seas! Thanks for flagging these issues. Just submitted https://github.com/hackclub/high-seas/pull/857 for the ...
maxwofford opened a pull request on hackclub/high-seas
Fix missing or bugged pluralizeation using lib
Bug surfaced in https://github.com/hackclub/high-seas/issues/853maxwofford created a branch on hackclub/high-seas
fix-pluralization - 🏴☠️ It's better to be a pirate than join the navy!
maxwofford created a comment on an issue on hackclub/high-seas
Nice! @CragglesG wanna submit a PR? Here's the call to `ReactMarkdown`! https://github.com/hackclub/high-seas/blob/ec20b4b61cee83e4ce28f8904cc6d3679d8a4532/src/app/harbor/shipyard/ships.tsx#L504-L509
maxwofford closed an issue on hackclub/high-seas
cookies aren't cleared on signout or on invalid signature match
https://hackclub.slack.com/archives/C07PZMBUNDS/p1731200984078129maxwofford closed an issue on hackclub/high-seas
Assuming wrong README branch - GitHub autofilling
When drafting a ship, the README link gets autofilled for GitHub repos, but it assumes that the default branch is `main`. If it's `master` or something else, it results in a 404 and the only way to...maxwofford created a comment on a pull request on hackclub/high-seas
Closed after moving the changes to https://github.com/hackclub/high-seas/pull/849!
maxwofford closed a pull request on hackclub/high-seas
Hard-Code tutorials to avoid the tutorial failing
This fixes #738. We hard-code the projects for tutorial mode so in-case the matchup generator dies for some reason, we can still complete the tutorial.maxwofford created a comment on a pull request on hackclub/high-seas
Also, don't worry about updating the branch– that just creates a bunch of merge commits in the history that aren't needed because you'll be merging this to main anyways.
maxwofford created a comment on a pull request on hackclub/high-seas
Heads up, it seems like you're fixing formatting manually and it doesn't follow the styles of the repo– let the repo handle it's own formatting! run `bun fmt`!
maxwofford pushed 3 commits to main hackclub/high-seas
maxwofford closed a pull request on hackclub/high-seas
Use whitelist of airtable fields
... to speed up matchup generatormaxwofford created a branch on hackclub/high-seas
whitelist-of-airtable-fields - 🏴☠️ It's better to be a pirate than join the navy!