cestbonn

Results 3 comments of cestbonn

> This bug seems to happen with long text. Adding `Please edit the file in small chunks` fixes it. The first time we fix a bug without programming languages

always fail when I import third-party library ```python import numpy def main(arg1: str, arg2: str) -> dict: return { "result": arg1 + arg2, } ``` also fail even if I...

> always fail when I import third-party library > > ```python > import numpy > def main(arg1: str, arg2: str) -> dict: > return { > "result": arg1 + arg2,...