Andrej Novikov
Andrej Novikov
forum threads aren't displayed at the tree, the app tries to immediately display messages of a forum. The solution is to populate the forum tree with thread channels so that...
The issue is that aider does change the author/committer and there's no gpg keys for that author. I was able to resolve the above by adding a new gpg key...
@blahgeek @gavv can you guys review please?
> the faces of the HTML body are still missing. missed that, yeah.
@heyzec yes, addressed in the https://github.com/waycrate/swhkd/pull/325/commits/455d646234703c2479e4fd59ba60e5a79b2b0a88 no longer dropping perms on the main thread, setting correctly when invoking commands.
sorry, I'm out on holidays for a week, could get back to this on December 11.
@Shinyzenith force pushed the following change according to `cargo fmt`: ```rust - let username = CString::new(user.name.as_str()) - .expect("Failed to convert username to CString"); + let username = + CString::new(user.name.as_str()).expect("Failed to...
@Shinyzenith any comments here?
I had a dirty worktree that caused above issue. committing my files resolved my issue ``` Unable to read git repository, it may be corrupt? ```