Andres Caicedo

Results 24 issues of Andres Caicedo

### Background In some cases, methods that do not require access to instance attributes or methods have not been decorated with the _@staticmethod_ wrapper. To address this issue, a pull...

size/m

### Background The codebase of the project has grown in complexity and size, making it difficult for developers to understand the purpose and functionality of the various functions and classes....

documentation
size/xl
testing

Improve agent_manager.py file. ### Background Redundancy makes the code harder to read, maintain, and modify. To address these issues, a pull request has been submitted that simplifies and refactors the...

needs discussion
needs investigation
size/l

### Changes: - Use _-f_ flag with rm command to avoid the need for redirection to _/dev/null_. - Combine all _rm_ commands into a single line to improve performance. -...

### Changes: Changes the protocol used for _`pre-commit install`_ from SSH to HTTPS.

### Changes: - Avoid the repetition of `helpers$(SCRIPT_EXT)` as a prerequisite for all targets. - Also declare the _.PHONY_ targets in one line.

### Background To improve the performance of our application and understand how it functions in different scenarios, we decided to implement self-feedback logging. This feature will enable the application to...

size/m
function: logging

### Background Our current testing suite takes a significant amount of time to execute, which slows down the development process and reduces the team's productivity. To address this issue, we...

ci
size/s
testing

### Background In our current test suite for the _ApiManager_ class, we have a test that checks if debug mode logs the response correctly. However, this test is synchronous, and...

conflicts
size/m

### Background ### Changes ### Documentation ### Test Plan ### PR Quality Checklist - [ ] My pull request is atomic and focuses on a single change. - [ ]...

conflicts
size/xl