Martina Oefelein
Martina Oefelein
The same example also fails in Jupyter, but for a different reason: #796
> My best guess why the issue is "non deterministic" is that pyright is analyzing code at the same time that multiple other extensions (black, ruff) are changing that code....
In my case, it's on a MacBook Pro (Intel), so it may not necessarily be tied to a slow computer. I can give trace logging a try, although I'm a...
I was editing lines 184..300(ish) of file "sequence_commands.py", pressed Cmd+S to autosave and autoformat (using Ruff), when suddenly two spurious Pylance errors popped up further down in the same file:...
> Did you make any changes related to the overwrite and comment parameters shortly before these diagnostics appeared? For example, had you recently added those parameters to the add_raw_data function,...
[If you have enabled rich support in Typer](https://typer.tiangolo.com/tutorial/printing/#install-rich), you can do this by adding a rich [rich_help_panel](https://typer.tiangolo.com/tutorial/commands/help/#help-panels-for-commands) parameter to your `app.command` calls. See the example in the link
@debonte It happened again. This time, the problem was apparently triggered by renaming a python file. (The file is dynamically loaded, so the rename should not have caused any validation...
Thanks. I sent you an email with the logs
`git push` embeds the password in the url, which is deprecated according to [RFC 3986](https://tools.ietf.org/html/rfc3986.html#page-18).
I tried to make a reusable version of the person shape by @bo-ku-ra: ```d2 vars: { person-shape: { label: "" grid-columns: 1 grid-rows: 2 grid-gap: 0 style.opacity: 0.0 head: {...