httpjamesm

Results 13 issues of httpjamesm

It would be nice to have a toggle where users could send PGP encrypted messages in an asc file.

enhancement

How do I set my background to another color using CSS/JS? The other dark mode thread did not help me.

Question

Lemmy has an option that removes all counts of votes from posts and comments. I'd like to see a toggle in wefwef for this too. It would hide counts for...

enhancement
lemmy-parity

In Apollo, you can favourite a community and it will add it to a more accessible section on top of the default communities list. This PR adds similar functionality. #67...

The three dot menu in communities could have a Favourite button to add it to a higher section within the communities section for faster access.

enhancement
apollo-parity

It would refresh the comment section every few seconds.

enhancement
apollo-parity

## Description * Adds passkey recovery feature parity from #1013 ## Tests

Marketing emails have `List-Unsubscribe` headers that tell email clients where and what to send to unsubscribe from marketing lists. I'd like Addy to modify this so the recipient address for...

When using Search(), loadDocument is called where it loads fields and values through type casting. However, it doesn't do a nil check before casting `arr[idIdx+fieldsIdx]` into a `[]interface{}`. Under specific...