phiresky
phiresky
Hey guys. I have one more concern. I'm working on building a memory cache layer around the Crud trait. Right now my approach looks something like this: ```rust #[async_trait] pub...
> Whats the problem with having read_cached take a pool as param, and then getting a connection from that when you actually need to read from db? Yes, that would...
Is it still possible after this PR to get an actually owned DbPool that doesn't borrow something? I'm trying to fix https://github.com/LemmyNet/lemmy/pull/3605 after merging this but can't figure out how...
using csv seems like a bad idea, any reason to not use json? or jsonl
done now
This also needs changes to activitypub-federation: https://github.com/LemmyNet/activitypub-federation-rust/pull/62 There is again now a future post on lemmy.world probably due to this issue: 
Most stuff should be fixed. I'll wait for #3800 then fix the rest of the CI
I don't see any timestamps without timezone in those json files, do you have an example? Also, a `Z` suffix to mean UTC is fine, that's valid ISO8601 syntax and...
Ah, I missed those somehow. I've replaced +00:00 with Z in the tests. Those two things should be equivalent in all ISO8601 parsers.
I'm not sure why the federation tests are failing now.. doesn't really seem related but could be I guess