Edgar Alvarado
Edgar Alvarado
I think the original report isn't limited to creating a user with a non-unique name. This ticket can be focused on this issue since seems the DB error isn't properly...
> After updating the current Dockerfile to use Rust 1.70, Im getting an incremental build time of 80s (tested by adding a line in `src/lib.rs`). It'll probably be better to...
The breaking change has been reverted. After this has been merged we can check to change the base image.
To provide a bit more context: The issue comes from the first time a user searches for a community from instance B their instance A imports 20 posts from that...
I'm wondering, wouldn't it be better to actually delete the content instead of just setting the flag? And I mean in addition to the flag, so still have the row...
I have two proposals based on this endpoint `lemmy.external/api/v3/community/list?type_=Local`: * Handle it in the UI with a page like `lemmy.local/i/lemmy.external` which will list the response and allow easy import of...
Taking https://github.com/warpdotdev/Warp/issues/3587#issuecomment-2056362140 seems a quick workaround would be to allow the output of `atuin search -i` to be put into the current command box of warp, since currently the command...
I'm guessing all the changes needed to improve the flows and make them consistent should be addressed in another PR, right? My main fix was in the class `SimplePie` to...
> FileClient is marked as internal already Probably the issue is if the users of SimplePie don't call `set_http_client()` the default behavior is to use `FileClient`. https://github.com/simplepie/simplepie/blob/72b42935cb828ef691d17ca1e39fc0c9f480028b/src/SimplePie.php#L3437-L3454 The documentation for...
This would be very nice, I also would like to automate it in this way instead of having to remember (and most likely forget) to change modes. Here's the documentation's...