Kevin Chung

Results 334 comments of Kevin Chung

I think this is worth fixing for us but I don't think it's very pressing and it is mostly just going to be pinning the package.json to be the version...

ctfcli should already be setting the appropriate headers to communicate with CTFd. if it isn't communicating properly then the issue is with ctfcli. Perhaps `Content-Type` is incorrect but I don't...

While thinking about this I also wanted to note that part of the reason this was implemented this way was to act as a security defense against potential CSRF issues....

It is a concern for CTFd b/c the API is used to service CTFd itself as well as the API requests. It's not an issue anymore as there is now...

I think that's a good idea in theory but I think it could be a little tricky to implement.

Sounds interesting but CTFd plugins can already have their own migrations. See https://github.com/CTFd/CTFd/blob/8873417e0d6172796b48a54db8bac54ace4a8c15/CTFd/plugins/migrations.py#L26. This sounds like it might improve the reliability of deploying plugin migrations but I would need to...

Difficulty in CTFs is typically denoted with the value of a challenge. Lower point challenges are easier than higher point challenges. However, alternatively you can use the tags system. Each...

Thinking about this I don't think this is as big a deal as I used to think it is. With theme fallback this shouldn't be as big an issue as...

Hi there, just wondering is there anything particularly special about your Windows installation? ARM or something like that?

Thanks for the extra data, I would recommend doing what I mentioned here: https://github.com/CTFd/CTFd/issues/1854#issuecomment-809510282 to fix CTFd on Windows. I already built ARM wheels but I need to give them...