lambeolino

Results 17 comments of lambeolino

I would like to take up this issue :)

Hi I actually already started working on that issue and implemented the backend part in rust but still have to do the testing I only recently came back from vacation....

Hi @Nutomic after merging the current main into my branch I get multiple times the same error: "error[E0658]: use of unstable library feature 'lazy_cell'" during building when running the ./test.sh...

Yes that worked, as this is only a small feature I assume a new test for the api-tests is not needed? I added a test in the src/post_view file.

I didnt open a pull request yet because it wasnt ready but as I already see @Carlos-Cabello already worked this out. So I guess he continue with the issue, but...

My test looked like this maybe you can do something similar @Carlos-Cabello ``` const POST_WITH_ANOTHER_TITLE: &str = "Another title"; #[tokio::test] #[serial] async fn post_listing_title_only() -> LemmyResult { let pool =...

Hi, sorry for the delay I was busy working, the issue is already merged but I implemented the unittest in post_view.rs and created a pull request: https://github.com/LemmyNet/lemmy/pull/5033

Okay, I include the fix for this issue in another pull request and linked it there.

Hi @chinmaym07 are you still working at this? If not I would like to pick up the issue :) As I see the logging.interceptor already logs the user id of...

Hi @eleanorreem I created a first pull request [here](https://github.com/chaynHQ/bloom-backend/pull/727), to hear your thoughts about my implementation idea for logging the request id and session id. I have some problems with...