nagakiran
nagakiran
@mikeslattery Can you share the similar plugin you are referring for fuzzy find on jumplist as that may be helpful for others also?
I too faced this issue with TW 2.5.0 on ubuntu 16.04 but running with sudo worked fine. > Couldn't get a file descriptor referring to the console
Workaround is mentioned in this issue: https://github.com/ranaroussi/yfinance/issues/671
Have seen this issue when client couldn't decode the response. You can print the error message in the callback function and that can give some more inputs.
Am also facing the same issue with "cheerio" package.
It worked after applying this patch on ubuntu 20.04 ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f7e4ca5..6df4043d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ if (USE_PYTHON) find_package(Python COMPONENTS Interpreter...
Noticed an issue on BigSur that whenever try to add a multi-line statement (like for loop, function definition) it starts working. As long as all the statements are single line,...