Sumanth Ratna
Sumanth Ratna
It'd be great if this feature could be merged—we're considering Gavel for HackTJ 7.0.
I believe I merged correctly, but the instance isn't working—https://github.com/hacktj/gavel is what we tried. Upon navigating to `/admin` we saw "Internal Server Error" and in the logs, there was a...
> Though it's interesting that the `prizes` and `master` branches from nwplus/gavel didn't work either (were you sure to re-create the database between switches? the schema might have changed, I...
I see; sorry for the misunderstanding. We'll probably modify the code anyway because we'll want judges with certain backgrounds to judge certain categories, but the final product might be a...
linking #58
That does work, but it'll cause unnecessary builds: if I make a change, build, and then 2 days later run `yarn serve`, I shouldn't have to wait for a rebuild...
> Since there are over 1000 npm modules at play here, caching is sort of an upstream issue. I'm not totally sure what you mean—if we track changes in the...
> > I do agree that this can be considered an upstream issue—we could leave this to sirv. > > [Sirv is just an application for serving static files](https://github.com/lukeed/sirv), it...
Thanks—the shim you wrote is pretty clever; I didn't think of that! To be honest, I don't remember if I knew about the `out` argument—regardless, I should've mentioned that since...
Currently, `header` and `out` both return strings, which need to be printed by the user. If we want to add the `out` argument, it makes sense to return `None`, like...