Andrew Dunham
Andrew Dunham
For future reference, here's some links to what OpenSSH does: * Uses hardcoded paths set by flags passed to `./configure`: https://github.com/openssh/openssh-portable/blob/5f93c4836527d9fda05de8944a1c7b4a205080c7/session.c#L1030-L1052 * Default paths are hard-coded, if none are passed...
Hi there, I've never tested it with MPI, but if you `#define` the two variables, cpplog will only use standard C++ code. If you want all your logs to show...
@asomers since you have `--no-logs-no-support` turned on, we can't see anything more about what's happening with your system or what could be causing this. I sent out #11130 which might...
Just to confirm: you're running the patched version? The version string shown is `Program starting: v1.58.2, Go 1.21.5`, whereas something built with `go build` would show `Program starting: v1.59.83-t7ad2bb87a, Go...
> Is this problem what #21956 is attempting to solve in a similar manner? Oh nice, I hadn't seen that! I'd be happy to close this in favour of @ClearlyClaire's...
Closing in favour of https://github.com/mastodon/mastodon/pull/21956
This patch (to 3.5.3) doesn't actually fetch anything, but it should prevent the Sidekiq workers from crashing and filling up the dead queue: ```diff --- a/app/lib/activitypub/activity.rb +++ b/app/lib/activitypub/activity.rb @@ -150,7...
> Given that this appears to be targeting the admin side of domain blocks, I have two comments: > > 1. This should probably also extend to the REST API...
> From a UX perspective, this is basically identical to the "silence" feature that already exists. I don't think the minor differences (allowing replies, but blocking follows entirely instead of...
> Can you fix the failing i18n checks? I ... actually don't know what's going on here. I run `bundle exec i18n-tasks normalize` and it doesn't change anything? It looks...