Ruben Amendoeira
Ruben Amendoeira
For context, the bucketing per day is calculated on the server, on the UTC timezone. And then as these buckets get sent to the client, the daily cutoffs are shown...
> This happens in the strings.ts it seems. I can look into it if this is not intended behaviour. > > Comment is as follows: > > ``` > *...
> If I log the username before sending it into getPlayerDetails it shows as intended. `export const getPlayerDetails = cache((username: string) => { console.log(username) return handleNotFound(apiClient.players.getPlayerDetails(username)); }); ` > >...
> From /server/src/api/modules/players/player.utils.ts > > Line 34: > > ``` > function sanitize(username: string): string { > return username.replace(/[-_\s]/g, ' ').trim(); > } > ``` > > Isn't it just...
that's not really a bug, although my approach might be flawed. The idea is that you cannot just dismiss that dialog and continue editing because the verification code is required....
Fixed in https://github.com/wise-old-man/wise-old-man/pull/1506
- I like changing it to `/setup` , so that it's clear that it would be the 1 entry point for any server admin to setup our bot. I'm not...
This PR is currently failing type checking
> @psikoi Not sure what the issue with deploying preview is. How can I see the errors? Don't have access on vercel It is failing type checking, you can run...