events
events copied to clipboard
Airtable-powered directory of upcoming events in the Hack Club community.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
This commit enhances the mobile responsiveness of the events page and implements the functionality to display past events on the same page, resulting in an improved user experience.
our current airtable form doesn't support recurring events
Eg. https://events.hackclub.com/10-days-in-public-1/ spans multiple days, but the code currently only supports events that start and end in the same day.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
In this particular example, the event is at 8pm Eastern on 9/30 which is midnight the following day in UTC. This is confusing because it contradicts the Slack announcement. https://events.hackclub.com/hanging-with-holly
Bumps [next](https://github.com/vercel/next.js) from 15.0.3 to 15.1.2. Release notes Sourced from next's releases. v15.1.2 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). Commits 3044cd5 Release 3.3.8 version...
Right now the website only shows the last 255 events. This is more than enough for it's usage but it would be nice to be able to see ALL the...