Shaygan Hooshyari
Shaygan Hooshyari
I realized this was marked as accepted so I rebased with main.
Thanks for the feedback. I'll work on it in a couple of days.
Thank you I'll look into it.
Hi @gnosthi I believe the issue is with how the token is provided. I looked into the code and we do not set the auth token after the user logs...
من از ترد پول استفاده کردم و تجربه خوبی بوده سرعت دانلود خیلی بالا میره و حدودا همه سهمها توی یک دقیقه دانلود میشه بنظرم اینجا هم گزینه خوبیه
Hey, yes the error messages need to be improved. I'm focusing on the tool itself at the moment that's why you see unexpected errors and crashes in some cases using...
Can use https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html as an example
https://peps.python.org/pep-0701/ ``` > Before the changes proposed in this document, there was no explicit limit in how f-strings can be nested, but the fact that string quotes cannot be reused...
Flag is set on this field: https://github.com/Glyphack/enderpy/blob/4589a3b2d16071a07ceae372a7910258fa188596/parser/src/parser/ast.rs#L137 Here we need to match lhs agains Name nodes and check if it is inside "()" or not: https://github.com/Glyphack/enderpy/blob/4589a3b2d16071a07ceae372a7910258fa188596/parser/src/parser/parser.rs#L1275