ornariece

Results 8 issues of ornariece

``match_examples``, at some point https://github.com/lark-parser/lark/blob/2335aa63e183c9182d6f8554b0d2d3714fd2286b/lark/exceptions.py#L110 creates a Token, whose value is set to an empty string: https://github.com/lark-parser/lark/blob/2335aa63e183c9182d6f8554b0d2d3714fd2286b/lark/parsers/lalr_interactive_parser.py#L88 the problem is, this empty string might not be a valid input for...

it seems that, when using a ``FromPackageLoader`` object, a grammar file is opened and read from each time another grammar uses a rule that is imported from that former grammar....

it is currently not possible to use numpad numbers as hotkeys, they are considered as the same as normal numbers on the keyboard :/ it would add options on hotkeys

enhancement
high-level

(not 100% sure this is a bug). ```python import lark parser = lark.Lark( """ %ignore WS_INLINE %import common (WS_INLINE) DIGIT: "0" | "1" start: a a b a: DIGIT b:...

the ``%override`` syntax doesn't seem to be supported

Hi, I'm trying to use mouse.on_click() on Arch Linux and it doesn't work. It terminates the program as soon as i click without calling the callback function and raising any...

Hi, Can you consider using X for Linux instead of getting the mouse events in a protected folder ? What you do requires sudo which isn't convenient at al. Thanks...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The use of `Annotated` combined with a `WrapSerializer` prevents a custom serializer from being used. The...

bug V2
pending