Yuval Moravchick

Results 4 issues of Yuval Moravchick

Hi, I added a function called fix_headers in utils.py that fixes the string (adds quotes where needed) tested on windows with python 3.8 spaces should be avoided when providing the...

# Description the bot sometimes detects reels as carousels with 0 items and stops responding for hours until it crashes refer to: https://github.com/GramAddict/bot/issues/285#issuecomment-1248614823 https://github.com/GramAddict/bot/issues/301#issuecomment-1650826718 Fixes # (issue) ## In a...

Hi, I added a default token limit value of 15000 and a token count inside next() function in parser.go the limit should be configured by callers of the parser (i.e....

Hi, The content-type "multipart/form-data" is enabled by default for POST requests, besides application/json. I don't want to disable it because I am using it for file uploads. This is now...