Erin

Results 136 comments of Erin

Gotcha, thanks for looking into this! I think if we can't have all the themes that are present right now then: - Let's target v7 for this - hopefully it's...

I can't immediately reproduce the modules missing thing on my end - really not sure what's going on there. ec0d85e has us wait to display the settings window until it's...

I've published `@geo1088/[email protected]` with all the commits since last release plus some internal code cleanup. The release is available on [npm](https://npmjs.com/package/@geo1088/express-session-rethinkdb) and [GitHub](https://github.com/Geo1088/express-session-rethinkdb). I'll continue maintaining it as long as...

Looks like a pretty easy fix if all we want to do is not set a background color for selfpost domains no matter what. Just replace this: `if (percentage >=...

My first reaction is that this seems like an incredibly specific use-case. I could imagine maybe not adding a second button, but rather adding a colored border or something to...

Doesn't look like this info is available via any public API without way too much overhead, so deferring this. Hopefully we get a public API for it at some point.

Not a solution, but note that the mod button has an integrated flair editor which can be used for this (albeit adding another step to the process). Related to #811...

```js document.body.addEventListener('click', function (event) { if (event.target.matches('.ThreadPreviewViewer__thread *')) { setTimeout(function () { document.querySelector('.Thread__grouped').click() }, 1000) } }) ``` This console script works as a proof of concept, but it's probably...

Hmm, maybe we could introduce a token for any text that's already in the reply box? That way you could set macros up to include that text wherever it's relevant,...