Kevin Chung

Results 127 issues of Kevin Chung

Prototype for doing theme previewing from CTFd. It works but I'm suspicious of the actual benefits of this overall. Closes #1194

I'm seeing patterns where users enter in a flag that should probably be accepted but yet aren't b/c their format is wrong. For example submitting `flag{this_is_the_flag}` instead of `this_is_the_flag` or...

Similar vein to this: https://github.com/CTFd/CTFd/pull/1773 We should bump the versions for things like redis, Python, etc. but only in a major version.

We could benefit from more caching but we need the ability to invalidate on a specific route prefix so that we can handle endpoints with variable components. This likely involves...

long term fixes

https://www.codetinkerer.com/2015/12/04/choosing-an-http-status-code.html This blog post was quite thoughtful on response codes and I'm quite sold on the idea of 422 as the response code for validation errors instead of just 400...

Live scoreboard refresh is likely something that we should support. It's technically possible on top of the SSE code.

mech could really benefit from some tab completion for VMs and for commands.

help wanted

Not entirely sure if this is working or it isn't. But it would greatly increase usage if mech supported shared folders properly.

Add things like provision scripts and perhaps add more configurable things into the mechfile. Very little intention of supporting Virtualbox anytime soon so that should make it easier to implement.