maltevesper
maltevesper
### What's wrong On Overload specificaitons of functions WPS211 and WPS428 is reported ``` from typing import overload @overload def func(a1, b1, c1, d1, e1, f1, g1): ... def func(a1,...
## PR Info - Closes SeaQL/sea-orm/issues/591 - Dependencies: - SeaQL/sea-orm/pull/611 - Dependents: - ## Adds - Add pre-commit hooks to format and lint ## Fixes - [ ] ## Breaking...
Matters on Windows, where the path can contain backslashes, i.e. C:\User\... -> unknown unicode escape sequence.  Simply making the docstring in the template a raw string avoids the issue.
The code to detect touch/no touch should be something along the lines of `State->TouchDetected = data[2] & 0x80;`. Unfortunately there is wildly convoluted code in the driver which only works,...
### Describe the current behavior I have a table with messages, and a summary tabel which groups the messages by severity. Despite the access rights hiding all messages from me,...
### Describe the current behavior When viewing a Grist Document as another user and using the "download CSV" operation grist always provides the CSV for the logged in user, opposed...
### Describe the problem to be solved put /docs/{docId}/tables/{tableId}/records (@Grist 1.5) If I create records and want to reference these elsewhere, I would need the IDs of the new records....
### Describe the current behavior The documents api (/api/orgs/{orgId}/workspaces), returns JSON which contains more than the schema documents. It seems to me like the api endpoint documentation is not autogenerated....
The type annotation of Highlighter.highlights should be `ClassVar[tuple[str | re.pattern[str],...]]` rather than implicit. Otherwise linters (rightfully) complain that it is bad to use a mutable type (`list`) for a class...
Highlighting differs in an odd way between print and logging using the same console object, depending on the highlighter implementation. From a users perspective it is not clear at all...