Matthew Esposito
Matthew Esposito
Related to #785 We need to be prepared in a month for the Reddit API changes. We can begin by looking into private API's that the web app uses. (We...
When visiting gated subreddits on reddit.com, an interstitial is shown: >Are you sure you want to view this community? >Content Advisory: This community may contain discussions and content pertaining to...
https://lr-808.fly.dev/info  #807
The actions are outdated, some aren't clear what they do ('rust'). Some use old ubuntu images so the CI doesn't run for hours and hours. It should be reworked -...
As Libreddit is a single-binary webserver with little to no state, I'm curious what the community's thoughts are on an option that would automatically update to the latest release. We...
> The renderer process has crashed. Experience suggests this happens when Leela runs out of RAM. If this doesn't apply, please tell the author how you made it happen Might...
Hi, I've got a really strange transport issue - ureq does not work at all! Every request results in a TransportError of a timeout. I don't even know where to...
Update the dependency specified. Fixes error when using with criterion. Passes tests ``` $> cargo add threadfin Updating crates.io index Adding threadfin v0.1.2 to dependencies. Updating crates.io index error: failed...
Fixes #57  Links don't work because we don't know exactly the full URL (can't do relative linking in RSS). Todo: - [ ] Config/compile gate - [ ] Add...
The current seccomp profile causes breakage as it doesn't allow for certain necessary syscalls. The corresponding seccomp profile has been commented out of the compose files, but by tracing the...