Alejandro Lozano

Results 6 issues of Alejandro Lozano

Hi! I was wondering if it is possible to stub member variables: ```GDScript class_name PlayerController extends Reference var player_name : String func _init(): self.player_name = "" ``` ```GDScript extends GutTest...

Hi! I really appreciate the effort on this addon. Thanks to all the contributors :) I think there's a typo here, were it says 'paramters' instead of 'parameters': https://github.com/bitwes/Gut/blob/86dcc705a589e5d90ac703562940a25a8a2acb70/addons/gut/test.gd#L1516 Hope...

### Environment - Visual Studio version: 2019 16.11.7 - CodeMaid version: 12 - Code language: C# ### Description When applying code clean up on saving with "Wrap comments at column"...

feature: formatting

### Environment - Visual Studio version: 2019 16.11.7 - CodeMaid version: 12 - Code language: C# ### Description Whitespace between adjacent XML tags is removed on code clean up. ###...

feature: formatting

Is this a: - [x] Issue with the OpenXml library - [ ] Question on library usage **Description** I'm having an issue with relation to the `OpenXmlValidator.Validate()` method and a...

Hi, We're using WinAppDriver through Appium for performance testing. The scenario is opening the app under test 3 times, and calculating the average startup time. After closing the app and...