Matt Cowley
Matt Cowley
I think user stats should probably be locked behind the permission for managing users? And the donations stats should definitely be locked behind a new donation manager permission, that info...
Fwiw, I've intentionally avoided doing this as we've hoped for a long time that the chatbot rewrite will happen such that it has an actual logical command structure that the...
Yeh, I get that, but I think building out a whole command system in the DB (which needs to properly model the args like the current data does, not just...
👋 Hey folks, didn't want to post a full issue right off the bat, but wanted to flag that this seems to have broken our current approach to polymorphic forwardRef...
~~Hmm, I can't get that to behave in the playground I linked?~~ Edit: ah, it wants `HTMLAnchorElement` specifically to match the default for `as`. Went with `export type ReactForwardedElement =...
I thought cuid was chronological?
Yeh, cuid2 isn't k-sortable, but cuid _should_ be. That being said, I'm also not against a createdAt timestamp. The only issue is going to be backfilling createdAt (or sorting by...
An `order` field definitely would be a more robust solution if you are interested in building it. Up/down arrows is what we use elsewhere in the admin UI (rounds checks...
I think continuing to rely on the native order in the DB feels problematic? If anything were to update a single row in that table, things could move to indeterminate...
I suspect the key to reproducing might be having it update both directories/package.json files in a single PR. In our alveusgg repository we are combining directories and groups which seems...