Alexander Myasoedov

Results 73 issues of Alexander Myasoedov

There are no unit tests for report_chart.py. Add unit tests to ensure the functionality is working as expected.

help wanted
good first issue

This async method uses fetch but doesn’t catch network errors (e.g., if the server is down). If it fails, the app might hang or behave oddly. Suggestion: Add a try-catch,...

help wanted
good first issue

This method saves to localStorage but doesn’t check if it fails (e.g., if storage is full or disabled). This could silently break state persistence. Suggestion: Wrap localStorage.setItem in a try-catch,...

help wanted
good first issue

The fuzzer.py file lacks proper documentation. Add docstrings to classes and methods to describe their purpose and usage.

help wanted
good first issue

``` LocalProtocolError: Too much data for declared Content-Length File "starlette\applications.py", line 112, in __call__ await self.middleware_stack(scope, receive, send) File "starlette\middleware\errors.py", line 187, in __call__ raise exc File "starlette\middleware\errors.py", line 165,...

bug
help wanted
good first issue

help wanted
good first issue
webUI

help wanted
good first issue
webUI

help wanted
good first issue