phiresky

Results 402 comments of phiresky

I'm seeing the same error thrown when ingesting a large amount of data via ActivityPub (no user interaction at all), for a post from a new community. The db insert...

this is the patch: ```patch diff --git a/crates/apub/src/protocol/objects/page.rs b/crates/apub/src/protocol/objects/page.rs index ad89cf35b..6da9a42ec 100644 --- a/crates/apub/src/protocol/objects/page.rs +++ b/crates/apub/src/protocol/objects/page.rs @@ -204,11 +204,14 @@ impl InCommunity for Page { loop { if let Some(cid)...

This should be fixed in 0.18.3. Please comment or open new if it's still an issue

There must be some federation issue on our or kbins side. This post has a timestamp of `2023-07-05T15:51:31+00:00` on kbin https://fedia.io/m/firefox/t/71052/The-Firefox-Unleashed-These-Weeks-in-Firefox-Issue-141 and of `Wednesday, July 5th, 2023 at 7:51:31 PM...

> Why not just move the apub sends into the API functions? That's more explicit anyway. Sorry, i don't understand exactly what you mean? You mean get rid of the...

ok well makes sense, but i think it should maybe be a different PR? seems somewhat orthogonal

I'm looking for a clean way to fix the fed tests but I'm not sure. should i: * add a fixed delay of 2s to all the tests * loop...

I've fixed the tests hopefully. No idea why CI just suddenly seems to cancel now.

There's an inconsistency where the fix-clippy script removes wildcard imports but the CI does not (`clippy::wildcard_imports`). Which one is correct?

I've removed the new migration and changed the other one.