Kevin Chung

Results 334 comments of Kevin Chung

That code for that was auto-generated and in the future I'm looking to move off of it to something cleaner. The compat folder I believe is overrides when the auto-generated...

I'm not against this but this is a big change since this behavior has existed since probably the begining of CTFd. Is there a particular reason that you want this...

I believe you're referring to the code here: https://github.com/CTFd/CTFd/blob/d7632b45422c93ace31dc52cff1702dbed305204/CTFd/utils/helpers/__init__.py#L50-L53 The code you linked uses max_age which doesn't get busted. You're right since I believe this code was to cache bust...

I think a CTF can be both ended and paused. Not sure I agree with this change.

I see these notifications as informational and I think it's okay to have both of these.

I think this involves a conversion from configparser to toml. ``` [challenge."asdf/asdf"] name = "Nail" [http.cookies] asdf = "asdf" ``` Ideas like this seem to work with toml which allows...

@noah-de I think version should be considered a required field. Feel free to drop any thoughts here. Sorry for the delay I feel like I never got an email for...

We now need to support the new `[instance]` `[media]` sections. There could also be some consideration of adding a pages section but its not super important.