Aron Weiler
Aron Weiler
First, let me thank you for the excellent work you've done here on this UI framework- it's a huge improvement over the standard WPF stuff and/or building this myself. I...
### SpecFlow Version 3.9.74 ### Which test runner are you using? xUnit ### Test Runner Version Number SpecFlow.xUnit 3.9.74, xUnit 2.4.2 ### .NET Implementation .NET 6.0 ### Project Format of...
**Environment:** - Version: v5.6.7 - Installation/Running method: - [ ] Visual Studio Extension - [ ] NuGet package - [ ] Standalone tool - [X] DotNet Core Tool from NuGet...
The CookieManager does not appear to properly find cookies in some scenarios. In the simplest scenario, I am executing the following code: ```python cookie_manager = stx.CookieManager(key="cookie_manager_" + str(time.time())) session_id =...
I originally posted this issue to the main repo here: https://github.com/SpecFlowOSS/SpecFlow/issues/2691, but it seems like it is a better fit for this repo. ### SpecFlow Version 3.9.74 ### Which test...
The file [src/ai/agents/general/generic_tools_agent.py](https://github.com/aronweiler/assistant/blob/main/src/ai/agents/general/generic_tools_agent.py) was reviewed by **Jarvis AI** with the following findings: 1. The class `GenericToolsAgent` contains multiple class-level attributes that are mutable. This can lead to unexpected behavior when...
The file [src/utilities/instance_utility.py](https://github.com/aronweiler/assistant/blob/main/src/utilities/instance_utility.py) was reviewed by **Jarvis AI** with the following findings: 1. The `constructor_kwargs` parameter is not type-annotated. It's recommended to use type hints for all function parameters for...
The file [src/utilities/instance_utility.py](https://github.com/aronweiler/assistant/blob/main/src/utilities/instance_utility.py) was reviewed by **Jarvis AI** with the following findings: 1. Add a module-level docstring to provide an overview of the purpose and usage of this module. Existing...
The file [src/utilities/hash_utilities.py](https://github.com/aronweiler/assistant/blob/main/src/utilities/hash_utilities.py) was reviewed by **Jarvis AI** with the following findings: 1. Consider adding module-level docstring to provide an overview of the purpose and usage of this module. Existing...