Kevin Chung

Results 334 comments of Kevin Chung

I think there's value in this but it seems like it should be in a plugin more so than in CTFd master? Whats the rationale for having it be in...

Seems like it could be worth a fix. You can provide a PR if you wish.

That usually happens when the theme or plugin sends a request that CTFd doesn't expect. Does CTFd show any logs or a stack trace when you click submit?

Are you running the latest version of the multiple choice plugin? It sounds like the multiple choice plugin might be an old version that didn't handle the situation when a...

This seems interesting since perhaps we can update some of the versions. You can look at the initialization code here to see how its passed to Jinja: https://github.com/CTFd/CTFd/blob/514ab2c8bd3b0687615307c19fa9618b09e3998a/CTFd/utils/initialization/__init__.py#L104-L110. I haven't...

I thought this would be a straightforward UI change but this is actually an issue inside of the API since it needs to return hint data when users aren't authenticated....

The recommended database to use is MySQL (https://docs.ctfd.io/docs/deployment/installation#database-server). Imports on SQLite are known to not necessarily be stable because of SQLite's lack of ALTER TABLE. See #1988.

Also it should be noted that if the import is mentioning an End Time it means the import has completed, whether successfully or not. Perhaps we can improve some of...

Importing should work fine on a MySQL/MariaDB database. The intention of the import/export system is to be able to save data from an older version and then install it on...

Thanks for reporting this. I'll make ARM wheels for pybluemonday when I get the chance. In the meantime I would probably recommend using 3.2.1 or commenting out most of the...