Guanzhong Chen

Results 55 comments of Guanzhong Chen

> With "remove all the classes" you mean remove those from the contest or remove entirely from the system? Remove from contest is sufficient.

@alexcrichton the proposal in #116 has already been implemented in LLVM. Feel free to try it out. Thread local storage already works in emscripten. See https://github.com/emscripten-core/emscripten/pull/8976.

Thought `pkgconf` is recommended over `pkg-config` these days?

Can we make sure the templates pass `clang-format`?

> Would you also like me to add some tests for the methods using `ctest`? Sure, but at least make sure they build or something.

It doesn't matter where you put the file, as long as you pass the correct path to `uwsgi`. If you are running `uwsgi --ini uwsgi.ini`, `uwsgi.ini` better exist in the...

Try 8e71037f5f90f3cea82a74fe516ee637dea113fa, there should be a new `--scale` option to which you can pass a real number as a multiplier.

I took the list of most common words from some random website and manually filtered it one day when I was really really bored. Basically kept going until I got...

> Would a simple > > ```python > migrations.RunSQL("ALTER TABLE judge_problem ADD FULLTEXT(code, name, description);") > ``` > > Added to a new migration not just do the trick? RIP...

> Oop true, a RunPython which checks the database configuration and then runs the SQL using `db.connection.... ` could be used instead then. You should use the schema editor, but...