Kevin Chung

Results 127 issues of Kevin Chung

We should explore migrating to ECharts 6 when possible https://echarts.apache.org/handbook/en/basics/release-note/v6-feature/

Some users are reporting issues where a duplicate challenge is created in the Admin Panel challenge UI. This can be reproduced by first starting to create a challenge, then before...

I often find the ini file format restrictive. Now that toml is built into Python with tomllib I think it's worth exploring replacing config.ini with perhaps config.toml.

Related to https://github.com/CTFd/CTFd/pull/1816 Some users have expressed interest in having challenge types that can control whether users can see the challenge by defining code within the challenge type. This could...

https://github.com/CTFd/ctfcli/blob/d78a030547ae1a3fed476b5bb152caa6c0ec620a/ctfcli/cli/challenges.py#L913-L916 We could pass healthcheck connection info as an environment variable in addition to a switch

We should be able to provide a URL and access token directly from `ctf init` without having to request it from the user. Something like `ctf init --url https://demo.ctfd.io --token...

I am not sure if ctfcli currently does this but I don't think it does. We should be setting a user agent of something like "ctfcli v0.0.0".