progscrape
progscrape copied to clipboard
progscrape.com source
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.62. Release notes Sourced from openssl's releases. openssl-v0.10.62 What's Changed fixes #2119 -- use ErrorStack abstraction in X.509 error handling by @alex in sfackler/rust-openssl#2120 Fix...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.16. Release notes Sourced from rustix's releases. 0.36.9 Fixes undefined references to pwritev64v2, preadv64v2, getauxval, and setns on older glibc versions (#535 and #556) Hopefully...
Long Reddit titles have never looked that great. We should be heuristically splitting them on punctuation where it makes sense.
The new init instructions should include cloning from https://github.com/progscrape/progscrape-data, and these env vars: ``` RUST_BACKTRACE=1 SERVER_LOG="debug,tantivy=info,hyper::proto=info" ```
The current search results page is blank, and a more link is visible. This is not a great UI.
Our tagging system supports host-implies-tag in some cases -- a URL with `youtube.com` or `youtu.be` should be auto-tagged with `video`.
Emoji should be trimmed from the start and end of titles. We should consider whether Emoji within a title should be kept or not.
The `chrono` library technically has a security vulnerability, though we'll never hit it. We should swap out `chrono` for time throughout the stack.
The A2HS manifest gives us a way to support iOS (and Android as a non-app fallback). https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen
Hey, thanks for your work on this project! Is there a way to exclude tags in a search query or when applying filters on the RSS feed? I tried something...