eaon

Results 41 comments of eaon

While working on getting some visual details right, I noticed that the font I saw in Tor Browser wasn't the correct one. I wrongly assumed that Noto Sans gets shipped...

According to my testing, Apache's `LimitRequestBody` will **always** trigger the _The connection was reset_ screen. This wouldn't by itself be a huge issue if Flask/Werkzeug handled upload limits nicely, but...

Unfortunately not: Apache only hands off data to `mod_wsgi` once it's sure that the content-length is appropriate. So the error message would work for uploads that were right between the...

Seeing the `modal-x-white.png` as well, it's still used in the JI, I was over-eager with the cleanup

I tried to replicate the `gpg2` denials again today but have not been able to. However I just noticed there's more that happened on Friday when I didn't check: ```...

Added the UX label because although the idea is to mitigate issues around clearnet proxy use and automated crawling, etc, I think we should be very confident about being OK...

Stumbled over this because of the source interface redesign and #6309 which updated regular expressions to support Firefox version higher than 99. The mobile browser ecosystem changed significantly over the...

Because the design changes were just merged, we now have an (optional) "declarative" for flash messages as proposed in this issue. It looks better and feels friendlier but changing the...

Kind of. It turned out that refactoring portions of the SI was a Sisyphean task while it was entangled with the JI, so I opted to split them apart first....

Since I started working on the SI frontend, I looked into this a bit: * [sassc](https://github.com/sass/sassc), while available from Debian/Ubuntu/Fedora repos, is now also deprecated but (supposedly) maintained (at time...