-
The file `sweepai/utils/search_and_replace.py` currently does not have any error logging mechanism in place. According to the rules, all error logs should use traceback during exceptions.
Please add…
-
### Environment
* Operating System: Mac OS 14.6.1 (23G93)
* Python Version: Python 3.11.7
* Python packages:
```
absl-py==2.1.0
aiohttp==3.9.3
aiosignal==1.3.1
altgraph==0.17.4
annotated-ty…
-
### Details
Extract the debounce time as a variable (currently set to 30 seconds), then set it to 120 seconds. Make sure it's in the outermost scope of the file, not in the method.
Checklist
- …
-
Many of the closed stores items in the catalogue have a shelfmark. Some of these are really reference numbers and some are store locations that we don't want to display publicly as shelfmarks on the s…
-
The file `sweepai/utils/search_and_replace.py` currently does not have any error logging mechanism in place. According to the rules, all error logs should use traceback during exceptions.
Please add…
-
### Details
sweepai/core/sweep_bot.py:805:12: E1123: Unexpected keyword argument 'key' in method call (unexpected-keyword-arg)
sweepai/core/sweep_bot.py:805:12: E1120: No value for argument 'key_to_…
-
When I run `faraday-server` I get:
```
Traceback (most recent call last):
File "/usr/bin/faraday-server", line 33, in
sys.exit(load_entry_point('faradaysec==5.7.0', 'console_scripts', 'fara…
-
If niquests and poetry are installed on the same environment, poetry can't add a new library.
## Expected Result
When using `poetry add pandas`, just install pandas...
## Actual Result
Whe…
-
### Describe the bug
When I try to serve a llama 3.1 8B-4bit with openllm, it says that "This model's maximum context length is 2048 tokens".
On https://huggingface.co/meta-llama/Meta-Llama-3.1-8B,…
-
In the file logn/cache.py, there is an info log at line 60: `print("Used cache for function:" + func.__name__)`. This log might be unnecessary and could be removed to conform to the user's rules. Plea…