marcustyphoon
marcustyphoon
Hm... had not thought about that!
Eh, you know, maybe this actually is more elegant. Leave the normal path's listeners where they are so calls don't trigger each other's listeners. ```diff diff --git a/src/main_world/index.js b/src/main_world/index.js index...
I believe this is caused by the "Old Tumblr Dashboard" stylus user style! Is this something you have installed? If so, changing its options may fix the footer appearance, or...
Presumably also works: ```js export const weakMemoize /* objectMemoize? */ = (func) => { const key = getRandomHexString(); return (arg) => { arg[key] ??= func(arg); return arg[key]; }; }; ```...
Hm. (In all seriousness—okay, no, not all seriousness, but still—an [abandoned bug](https://github.com/microsoft/TypeScript/issues/20801) is still a bug, right? :3)
I wonder if this saves a property lookup. This is a joke. If we start trying to save one property lookup so help me god. ```js export const timelineObject =...
Today I learned: I have absolutely no idea how to control overflow on a table cell.
Hm... while I don't mind re-linting PRs, merge conflicts would also be a thing. Might hold off on this a bit as I feel there's a possibility our PR count...
That is... very strange-looking. Huh.
Firefox: - [x] middot spacing looks fine in post headers, replies, and likes - [x] cursor is pointer in replies - [x] cursor is help in post headers (dom modified...