marcustyphoon

Results 379 comments of marcustyphoon

Oh, oops, uh, ignore my other issue then :D

Blog view sidebar with whatever I have on my account, with css translations, for potential future reference. No, I don't know why all of the inline styles for the blog...

I assume this kind of counts as a side effect of implementing Find Inactives, as long as it's sufficiently configurable to treat any blog as inactive!

I was going to write a todo item here for removing the code that handles timeline elements whose `timeline` properties are UUIDs, but since I really do need to know...

Tumblr recently fixed both performance-impacting bugs I knew about that aren't in the ads code. So, especially if you have an ad-free subscription (but even if not; those bugs were...

This issue is not, strictly speaking, fixed; #713 fixes the issue that April mentioned in which Scroll to Bottom stayed "active" once it got to the "bottom" of the page....

Failed to reproduce on a Windows PC and another Mac. Maybe my system is just cursed.

Some sort of interesting tests: ```diff const importWithRetry = async function (path) { const result = await Promise.race([ import(path), new Promise(resolve => setTimeout(() => resolve(undefined), 5000)) ]); console.log(result ? `loaded...

> I think we should measure this. I haven't measured it numerically but it's definitely nonzero, as it reorders all but the first few extension loads to come after a...

👍 If it's ever able to be used for every element, it would be great; given that that is not the case this is absolutely not worth it.