Prajwel Joseph
Prajwel Joseph
Looking forward to this implementation.
I am facing the same errror after doing a "pip install fitsio". But I don't remember doing any other installation of cfitsio @beckermr ``` ImportError: /usr/local/lib64/python3.8/site-packages/fitsio/_fitsio_wrap.cpython-38-x86_64-linux-gnu.so: undefined symbol: fits_use_standard_strings ```
@beckermr Can you please tell me if you require any specific output? I have done the following to reproduce the error. ``` sh [prajwel@cyborg ~]$ sudo pip uninstall fitsio [sudo]...
``` sh [prajwel@cyborg ~]$ sudo pip install fitsio --verbose WARNING: Running pip install with root privileges is generally not a good idea. Try `pip install --user` instead. Created temporary directory:...
That helped, Thank you! @beckermr
I am also finding this a problem. I would like to use toggle through favourites using the keyboard shortcuts.
I was testing a fix on my fork for #336. I didn't make a branch and accidentally committed the fix to the main itself.
I am losing my favourites too. ðŸ˜
@EmanuelAlexandru I looked around. This extension appears to be seldom updated due to the author's limited time. However, there is a rewrite of this extension by another person at https://github.com/SUPERCILEX/gnome-clipboard-history....
Hi @lagru, thank you for your reply. > At a first glance this sounds sensible. Though, as far as I can see we'd have to implement Arun / Horns algorithm...