lexa
lexa
That's a really cool project, but it is really sad that it is not fully responsive 😔
don't do this ```py import ctypes ctypes.string_at(0) ``` i warned u ~~it just causes a segfault dw, you can also do it by typing `ctypes.cast(1, ctypes.py_object)`~~
**Description** After running a specific set of commands, pressing `Ctrl` + `L` crashes the console. **Steps to reproduce** 1) Open `fish` 2) Type `python3` and press Enter 3) In Python...
hopefully fixes #299 making it a draft PR for now because there is probably work yet to be done
In the module `os`, `EX_NOTFOUND` is exposed on platforms that are neither `win32` nor `darwin`. ([source](https://github.com/python/typeshed/blob/main/stdlib/os/__init__.pyi#L314-L315)) Using **Python 3.11.6** on **EndeavourOS** 64-bit (Linux 6.6.10-arch1-1), raises at runtime: ```py AttributeError: module...
Work in progress. I will turn it into a regular PR once I consider the job done.
### Describe the bug Even though the font I am using supports ligatures (JetBrainsMonoNL Nerd Font) and that the setting is on, they are not rendered properly. ### Steps to...
## Description When a unification variable occurs inside itself (for example, in the context of a recursive type), Pyright hangs. ## Code or Screenshots ```python import typing def hummingbird[A, B,...
For example, thick black border on the white version, and vice-versa. It would be nice to avoid any logic - e.g. given that it is currently impossible to select a...
## Steps to reproduce 1) Start `utop -warn-error "partial-match"` 2) Enter `let [] = [];;` ## Expected behavior An error should be shown, derived from the partial match warning that...