Ismail Badawi
Ismail Badawi
I have a flask app which uses `multiprocessing` when computing stuff. When I add `import flask.ext.testing` at the top of my test module (and nothing else, not using it yet),...
Here is the documentation for this flag: https://clang.llvm.org/docs/UsersManual.html#configuration-files Currently ccache handles it by hashing the contents of the config file, but this could lead to incorrect cache hits if the...
If I view a side-by-side diff like this:  and then return to the repo landing page, it looks like this: ![screen shot...
With the below script, I get an exception: ```py from __future__ import annotations from argparse_dataclass import dataclass @dataclass class MyArgs: foo: int = 0 bar: str = 'hello' baz: bool...
Recent clang (I'm using `Apple clang version 16.0.0 (clang-1600.0.26.6)` that ships with macOS) fails to build with this new warning: ``` src/termbox.c:323:10: error: variable 'c' set but not used [-Werror,-Wunused-but-set-variable]...