Evan Broder

Results 74 comments of Evan Broder

I could see that working, although I will note that it could break flow for the operator a little bit, as basically while I'm entering a puzzle, I have to...

@zarvox and I discussed this briefly on Discord today. One potential alternative is to host mailing lists ourselves, using AWS SES (or Postmark, or SendGrid, or Mailgun, or...) support for...

...should we just drop mailing lists entirely? If this isn't a generally useful feature, we can just do the extra legwork of managing our own mailing lists...

Moira builds fine on arm64 (once you grab a more up to date copy of `config.{guess,sub}`, which our build process does now). That said, I think it's still desirable long-term...

Is it important that these be explicitly configurable vs. just remembering the user's expressed preference? We currently store puzzle list style in `localStorage` (using `use-persisted-state`), so changes are sticky. We...

Hmm. Why per-puzzle? That just seems like a lot of state to be keeping track of (that, among other things, we'll be hard pressed to garbage collect, which seems a...

I think the default behavior of `use-persisted-state` would be that, yes, a change in one tab would automatically be reflected in other tabs (you can see this by opening two...

Wes also noted that if you accidentally set overly aggressive dingwords, the notifications can cover up the link to your profile page to turn them off.

@aldeka suggested having a bell in the menu bar that pops out a menu on the right, which seems like a good idea to me. We can potentially try to...

@flipdog notes that he would expect to keep the notification drawer open while operating, rather than only opening it when there's a new notification. I think that suggests that we...