Brent Goodrick
Brent Goodrick
I filed https://github.com/asherAgs/amzSear/issues/21 as I suspect that is the problem, as I too see no results from the API results: The "indexes" list variable below comes out as None which...
Researched this a bit more by looking at the forks off of this project, that I am still concluding is abandoned. Found one fork done by someone (https://github.com/Crittical/amzSear) who might...
I confirmed this. Probably have to deal with it using conda, but not sure yet. Encountered similar issue with lxml not being present in my configuration too, which also is...
The installation steps I used were conda-based, and pip-based via: conda install cssselect conda install lxml pip install AmzSear but that did not help much because I see the same...
@matta Very nice sleuthing, that. Thank you! Removing the single-quote in front of the function name inside the `:bind` is the preferred fix for me. And, I agree with you...
Yes, that is correct. Thanks, @skangas
I filed https://github.com/JuliaEditorSupport/julia-emacs/issues/144 because I tried to use it and it failed with the error I mentioned there. Perhaps it never worked, or never worked properly, so perhaps this is...
In #144 I revealed my work-in-progress `use-package` setup for the "from the website" case you mentioned: (use-package julia-mode :ensure t :config ;; Set julia-program to the manually downloaded julia binary:...
If "right click menu not work" really means button 3 (as reported by xev) when the mouse cursor is within the app, then I can confirm this is not working....
Confirmed on Xubuntu 22.04. Workaround by using `flameshot & disown` works, such that a _subsequent_ execution of `flameshot gui` does update the clipboard, as seen by `xclip -selection clipboard -t...