Reid

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Reid commented, -
Reid created a post, Context Menu action(s) not working in WSL remote development mode
I am opening my project using the Remote Development option with WSL. The project opens and appears to be mostly functional. However, at least one (critical) context menu option is not working. I c... -
Reid created a post, AnsweredAI Assistant constantly disconnecting from license
I have a paid subscription to the AI Assistant. However, it is constantly disconnecting from my license. For example, after typing a query I get this error message:Something went wrong. Check your ... -
-
Reid created a post, Unexpected Type Hint Warnings
I have a python project that I originally setup with a venv using python 3.12. I recently had to switch it to a venv using 3.11. After making the switch I have been seeing a lot of unexpected type ... -
Reid created a post, Cannot use Specify to modify prompt for AI Assistant unit tests
When generating unit tests using the AI assistant I can no longer refine my requirements using the “Specify” button. When I click on it, only a small thin box appears below the button, but it is to... -
Reid created a post, linter problem
I have a module with something like the following code:# my_module.py @dataclass(frozen=True) class MyClass: field_1: float field_2: float field_3: Optional[list[float]] = None def... -
-
Reid created a post, Problem with timezone in query console
My host server reports using PST/PDT as the timezone and I have a line in my postgresql.conf file setting:timezone = ‘US/Pacific’When I log in to my postgres server using psql and execute ‘show tim... -