Mirasaki Development
Mirasaki Development
Would love to see a fix for this, as any model with Type[] or JSONB arrays are no longer editable through the dashboard. All update requests send NaN for any...
This is caused by the pnpm workspace root check. A viable workaround: 1. `pnpm config set ignore-workspace-root-check true` 2. `pnpm dlx commitizen init cz-conventional-changelog --pnpm --save-dev --save-exact` 3. `pnpm config...
Thank you for the feature request! We will aim to include this functionality in the upcoming **major** release.
Sounds awesome, we'll get that in as well
I feel like this would be better suited as an `/admin-leaderboards` command that only displays relevant data for judging if someone is a cheater
Love the idea, will definitely include this in the first upcoming feature update. Thank you for all your requests, it's nice to see genuine interest in the project by submitting...
I 100% agree. To be honest, the heatmap was just me playing around with something new, I didn't really consider the actual usability haha - I just thought it looked...
Thanks for the thorough input and provided data, both this and your other feature request (#60) will be included in the first upcoming release.
Perhaps it would be interesting to be able to set `default` scopes for OAuth providers from the service dashboard, is this something that was ever considered?
I guess this was a result of connecting the account before specifying `oauthScopesOnSignIn`, since calling `useConnectedAccount` on the `CurrentUser` does update the connection to include the scopes.