Ismail Badawi

Results 5 issues of 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...

help wanted
improvement

If I view a side-by-side diff like this: ![screen shot 2014-05-28 at 11 37 51 pm](https://cloud.githubusercontent.com/assets/292468/3113771/bd6b38e0-e6e2-11e3-9e2c-f44dabb4300a.png) and then return to the repo landing page, it looks like this: ![screen shot...

bug

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...

bug
help wanted

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]...