Inom Turdikulov
Inom Turdikulov
any updates here? @andruhon solution not working for me...
hey guys, I solved it for me based on hacked version https://github.com/petermac-/SublimeAllAutocomplete repo https://github.com/inomoz/SublimeAllAutocomplete - fixed for me changed only word_regions variable `if DEBUG: print("SAA: extracting words with dashes") word_regions...
I have 3126 build, word seperator: `"word_separators": "./\\()\"'-:,.;~!@#%^&*|+=[]{}`~?",` plugin All Autocomplete from PackageControl then, if scss file with variables open, autocomplete FROM IT in other files is working
offtop: in Jetbrains IDE autocomplete working even if files not opened (I tried use ctags & plugins for this feature, no success...)
+1 for custom css. At least I want modify tabs =) Sometimes I confuse tabs.
Looks like need more libs for Ubuntu to compile `sudo apt install libjpeg-dev libgl1-mesa-dev cmake libicu-dev libxrandr-dev libxfixes-dev libglm-dev libxcomposite-dev`
I managed it like this: - create & activate venv: `python3 -m venv .venv; source .venv/bin/activate`. I also use direnv to automatically activate venv, but this is offtopic. - install...
If someone will try this, here small instruction (still works in 2024), how do it with koreader terminal emulator and already configured/working syncthing-kindle. Copy script somewhere, source is from first...
Workaround, we can increase `reconnect_delay_steps`, to some high value. This is will increase chance to reconnect automatically. https://github.com/Teekeks/pyTwitchAPI/blob/2b90657491108cec172578afa0967c88282eddd0/twitchAPI/chat/__init__.py#L589C9-L589C81 Modify `Chat` instance, some like this: ```python chat = await Chat(twitch) reconnect_steps...