marcustyphoon

Results 379 comments of marcustyphoon

I wouldn't make said per-user impact argument, but the user numbers are likely low, yeah, particularly because if we don't make a public post about a hypothetical implementation of both...

- [ ] copy #1984 code for maintainability

You wanna know what's really scaring me? The link-element-pointing-to-a-css-file-in-the-extension-package method, when loaded via web-ext run, doesn't even show changes when I press refresh on the page. I have to command-shift-R....

- [ ] check firefox extension update behavior; do we need to remove the old one?

Which dashboard tab is this on? ("following" / "for you" / etc; there should be a bar across the top of the dash showing this unless you have other browser...

Gotcha. Probably a setting you've accidentally turned on; check if the "only show posts from mutuals on the dashboard" option is selected in Mutual Checker, and if that's not it,...

Not sure if the plan is to make a project board for features, but if it is this should probably be on it; there are a lot of comments on...

Ehhh. ```js import { keyToCss } from '../../utils/css_map.js'; import { postSelector, buildStyle } from '../../utils/interface.js'; import { pageModifications } from '../../utils/mutations.js'; import { timelineObject } from '../../utils/react_props.js'; const tagsAttribute =...

A slightly-more-likely place for this to come up is in tags with an `&` between two names, which will show both posts with the actual tag and posts with the...

Interestingly, 40933986eb3b1935d1a0b130433966ba74386505 seems to have resulted in us losing the "filter only posts with the actual tag" when we do the API fetch, while we still have one when processing...