Results 14 comments of Maggie Liu

Hi! Thanks for the workaround! I'm not really sure how to fix it automatically since I'm not too familiar with how the internals of Astro work, but if you have...

~~sinerider stickers!~~ oops they're already there what about the orpheus holding duck sticker?

hi @kunalbotla and @kum9748ar! actually vercel [does support multiple accounts for one domain](https://vercel.com/docs/concepts/projects/custom-domains#verification-challenge) now; i updated the readme with the instructions. i think what max put here https://github.com/hackclub/dns/pull/702#issuecomment-1148938535 is correct

hii @kunalbotla i've tested this and it's not the case... it doesn't transfer the domain; it just delegates a subdomain to another account. you're able to get the subdomain back...

it doesn't say that it will transfer the domain to the other account... > If the domain is in use by another Vercel account, you may be prompted to verify...

in my testing, removing the verification record does not remove the subdomain. however, if you then add the subdomain to your own account and add your own verification record, then...

hmm, can you link me to the docs for the discussions endpoint that you're using? afaik there's no way to use the rest api to create discussions, you have to...

@MrinallU try `git commit --no-verify` (with the `--no-verify` flag) to skip the hook

This is specifically for marking custom problems as done in [groups](https://usaco.guide/groups) -- for problems on the guide you can submit a solution, but for custom problem it doesn't allow you...

The usacoId is a number instead of a string. I think this has something to do with the firebase functions not updating? - https://github.com/cpinitiative/usaco-guide/pull/1563 - https://github.com/cpinitiative/usaco-guide/blob/947a3ac220e330fa03aa5b53a201f80b0f4c208f/src/models/problem.ts#L206