-
### Details
Change the roadmap link to https://docs.sweep.dev/about/roadmap
Checklist
- [ ] `README.md`
> • Find the line that contains the roadmap link.
> • Replace the existing roadmap link wit…
-
Please confirm you have the latest versions of fastai, fastcore, and nbdev prior to reporting a bug (delete one): YES
**Describe the bug**
When I try to run `nbdev_preview` from inside of the fast…
-
Fix warnings in CI build pipeline:
- [ ] DeprecationWarning: Converting `np.inexact` or `np.floating` to a dtype is deprecated. (histogrammar)
- [ ] FutureWarning: In a future version, DataFrame.m…
-
### Details
When a pull request is created, created buttons for each file that allow that file to be reverted. For example,
"[ ] Revert src/core.py"
The logic for how we handle buttons right now …
-
OS:
Win 10
How did you install?:
pip
Traceback:
```bash
PS C:\Users\djlee> onlyfans-scraper.exe
Using profile: main_profile
Status - DOWN
? What would you like to do? Download content f…
-
In the file sweepai/utils/graph.py, the error logs do not use traceback during exceptions. This makes it harder to debug the code when an error occurs.
For example, in the `topological_sort` method,…
-
**Describe the bug**
When proxying gdbgui connections, gdbgui reports
```
https://my-dev-server.tld:8443 is not an accepted origin. (further occurrences of this error will be logged with level IN…
-
below is the error i am getting while i try to install it
Installing dependencies from lock file
▒ Installing dulwich (0.20.6): Failed
▒ Installing typed-ast (1.5.3): Installing...
▒ Inst…
-
In the file logn/logn.py, there are a couple of places where exceptions are caught but traceback is not used for logging. This is against the user's rules which state that all error logs should use tr…
-
In the file sweepai/utils/search_and_replace.py, there are several lines of code that are commented out towards the end of the file. According to our coding standards, large chunks of code should not …