LaPeGa
LaPeGa
Same (but inverted) here, I have that option in "false", but when save the file get uploaded automatically. _(I don't like that)_
I've found a workaround for linux! In file linux_colorpicker.py, below line 9 (_from gi.repository import Gtk_), add another with this: `from gi.repository import Gdk` I don't know anything about Python,...
In the file `/.config/sublime-text/Packages/ColorPicker/lib/linux_colorpicker.py` under the line `from gi.repository import Gtk` add this one: `from gi.repository import Gdk`
Same problem on Ubuntu 20.04, but there is no installation candidate for python-gtk2, there is another way? (I prefer to not install a package outside of repositories)
I can open it by typing `$ python Packages/ColorPicker/lib/linux_colorpicker.py` But it won't open in Sublime. (by shortcut or launched through ctrl+shift+p)
> I can open it by typing > `$ python Packages/ColorPicker/lib/linux_colorpicker.py` > > But it won't open in Sublime. (by shortcut or launched through ctrl+shift+p) Found the solution: The plugin...
Since version 22.04 there's not an easy way to install python2-gtk _(was the fix used in ubuntu 20.04)_. The fix I found is edit the first line of the file...
I'm trying the plugin in macOS and have the same problem. I even configured a shortcut to reset _(reset_chat_history)_ before a new chat, but only worked a few times.
Same problem here. First time using Quill and this module, so I don't know if is a bug or a feature....