Raymond Berger

Results 217 comments of Raymond Berger
trafficstars

@jjessieyang need any help with the feedback here?

Closing this because based on a talk with @mekarpeles a while ago we don't want to have work covers. We just want to show the cover of the right edition....

Added a note about these apis to the docs here. https://openlibrary.org/dev/docs/api/books

@mekarpeles not theoretical anymore. Update just rolled out to me :) ![image](https://github.com/internetarchive/openlibrary/assets/921217/dad7ab0e-87af-4890-8650-16ed7b2e2840)

This is also the main feature I'd need to start using this plugin more often!

@trey-wallis this new feature is pretty solid thanks for the hard work :) Do you plan to make it so that you can tab while you're typing? Right now you...

The easiest way I've found to do this is in GitHub Actions use the `pull_request` event and `prNumber: ${{ github.event.number }}` ``` name: pre-commit on: pull_request jobs: pre-commit: runs-on: ubuntu-latest...

At least one issue is that if you don't enter the right password it seems the site is loading forever. See https://github.com/LemmyNet/lemmy-ui/issues/1154 However, it could also be if the site...

@davereeck I can't reproduce this. I see the signup and sign in pages both have 60 character limits. So does the password length check function server side for account creation:...