albertchae
albertchae
According to @maxwofford, this form isn't working. This issue is to investigate and fix EDIT: Thanks to @exu3 , form saves data to hackclub/api DB but since events are in...
- Respect PORT from compose.yaml in Procfile.dev with `unset PORT`, we were ignoring the localweb 3030 port for offline mode, so we'd be stuck on the nginx loading screen because...
s/souces/sources
The previous link redirected whereas the one at bradfrost.com seems to be the intended site https://bradfrost.com/blog/post/fixed-position/ `sed -i'' -e 's/bradfrostweb/bradfrost/g' translations/*`
I thought this should be `Ebertz'` initially but some resources online say otherwise, e.g. https://www.grammar-monster.com/punctuation/apostrophe_after_z.html
Closes https://github.com/NixOS/nixos-homepage/issues/1336 - Display github/discourse icons next to member links - Need to set `inline-block` to display the icons inline without unnecessary line breaks - Moved title higher and added...
Fixes https://github.com/rubygems/rubygems.org/issues/4448 Previously, the "since date" was using oldest `version.authored_at` for a given page. This change fixes it to get the oldest `version.authored_at` in the database. [Because `authored_at` depends on...
Resolves https://github.com/rubyforgood/diaper/issues/2059 ### Description Pass the partner_id to diaperbase so diaperbase can scope the items down by partner groups if applicable. ### Type of change * New feature (non-breaking change...
- **init: atomic-browser at 0.37.0** - **testing out fetchPnpmDeps nix libs** - **WIP: Tried using explicitPkgs** - **Build atomic-browser using fetchPnpmDeps**
It looks to be as simple as adding it here https://github.com/NixOS/nixos-search/blob/main/flakes/manual.toml and it looks like there are some other `ngi-nix` org repos there already. Perhaps this could have helped us...