Reid
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
-
Reid 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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... -
-
Reid 创建了一个帖子, Runtime / Live inspections are not working
Inspections recently stopped working for at least one of my projects, but continue to work for other projects. I have double checked that inspections are enabled and made a new inspection profile w... -
-
Reid 创建了一个帖子, Cursor position after auto created docstring
When I (auto) create a docstring for a field/property of a class by typing the first three quotation marks and then hitting enter the cursor jumps below the closing quotes, outside of the docstring...