rafael
rafael
**Is your feature request related to a problem? Please describe.** In an effort to reduce the number of widgets, I believe the CSV File Import widget's functionality should be moved...
The File widget already supports this functionality (try dragging a file onto its window). All file-loading widgets (CSV File Import, Distance File, Load Model, add-on widgets...) should support this. Perhaps...
File (and other file loading widgets) show you the most recently chosen files in a dropdown. This is currently stored in the .ows file itself. I believe this should be...
- [ ] **What's your use case?** When people report bugs, they often omit details we need, meaning we have to ask them to provide more information. - [ ]...
## Change Summary Adds `__match_args__` attribute to BaseModel namespace, to support python3.10 structural pattern matching (`match` syntax). ## Related issue number https://github.com/samuelcolvin/pydantic/issues/3920 ## Checklist * [ ] Unit tests for...
# Description Please include: - [X] relevant motivation - [X] a summary of the change - [ ] which issue is fixed. - [X] any additional dependencies that are required...
I'm confident AutoPR can be optimized to work well with `gpt-3.5-turbo`. # Background As it stands, the [`rail-v1` pull request](https://github.com/irgolic/AutoPR/blob/7af25cf13b87b26dbc23bbcbeefabc2b6e2ccf08/autopr/agents/pull_request_agent/rail_v1.py#LL241C4-L241C4) agent works fine with gpt-3.5-turbo. However, the codegen agent does...
Originally requested in https://github.com/irgolic/AutoPR-template/issues/7 I made an effort to write AutoPR pretty orthogonally to Github. To support gitlab, the following changes need to be made: - a new entrypoint file...
# How codegen works now At the moment, code is generated autonomously by `auto-v1` (with subsequent `NewFile` and `EditFile` actions). The `EditFile` action edits file hunks, not whole files themselves....
Functionality to iteratively amend PRs; currently it regenerates the PR every time you run it on an issue, I'd like it to respond code review/pull request comments, adding new commits...