afontenot
afontenot
### Steps to reproduce the problem 1. View previously viewed notifications on the default dark theme ### Expected behaviour The text should be easy to read ### Actual behaviour The...
### Is your feature request related to a problem ? This looks like a wonderful project (congrats!) and very close to something I'd like to try using. I especially like...
**Edit:** leaving the rest of this issue unchanged to avoid confusion, but I have a better understanding of the problem now. - [Click here for a precise description of the...
### Steps to reproduce the problem 1. Browse a timeline where you can be pretty confident that apparent duplicates are actually duplicates, not deliberate reposts. (E.g. browse `#explore` instead of...
### Steps to reproduce the problem 1. Browse one of the public timelines for a while. Click the "new item" button when there are new items. (Sorry, I don't have...
### Steps to reproduce the problem 1. Search for any common hashtag. ### Expected behaviour You see the searched for hashtag and commonly used variants of it in the search...
I wasn't able to find a clear description of the cryptography used in bupstash. There is this [technical overview](https://github.com/andrewchambers/bupstash/blob/master/doc/technical_overview.md) page, but I wasn't able to find this page linked from...
For clarity, when I say "Switch compatible", I mean my 8BitDo SN30 pro+ in Switch mode. I haven't tested any other Switch controllers. These controllers have a button layout like...
When using the EasyPrivacy list, the resulting domain set includes `soundcloud.com`, which is incorrect. This is the result of the rule: `||soundcloud.com^$ping` Test case: ```Python3 import re # https://github.com/serverless-dns/blocklists/blob/f57b1d/download.py#L206 rexpr...
When I pass an array of Javascript objects to `.ajax` like so: ```javascript const data = { "prefix": [ {"a": 1, "b": 2, "c": 3}, {"a": 4, "b": 5, "c":...