Federico Builes
Federico Builes
Instead of relying on manual searches it'd be interesting to see if https://github.com/sahib/glyr can be setup as a service that powers the lyrics searching.
Currently, a user can find out if someone else is a lobste.rs member by trying to reset their password (supposing they know their email). Depending on the resulting message ("Reset...
Having to manually build the `dist/` files when changing the code is tedious and prone to error. We should add a Git hook that checks for changes in `src/` that...
When I post a new entry or update an existing one the application stops responding. The logs say: ``` 2012-01-04T00:41:00+00:00 heroku[router]: Error H13 (Connection closed without response) -> POST rockgeni.us/wp-cron.php...
With the release of support for Dependency Snapshots we've added a couple of options and features that are not well explained on our documentation. Our user experience could also be...
## Problem Whenever GitHub's Dependency Review API returns a 502, the Action fails with a `Server error` message. This provides the user no information on what went wrong/what to do...
### Context Since we introduced SPDX licenses around 2022, we've had issues dealing with SPDX expression validations due to [the library we use](https://github.com/jslicense/spdx-satisfies.js) for checking whether one expression satisfies another...
Recent changes inadvertently broke the external configuration capabilities of our Action by introducing default values in `action.yml`, as detailed in [this pull request](https://github.com/actions/dependency-review-action/pull/722). It's clear that merely commenting at the...