Michał Kępień
Michał Kępień
@adscriven Thank you for reaching out! Yes, this issue still affects my environment: with Vim 8.2.4747 and the current `master` branch of this repository, the `filetype` is set to `bind-named`...
Sure! Let me know if you have any further instructions or requests I can help with. --- ### Vim 8.2.4747 (vanilla)  --- ### Vim 8.2.4747 with 8.2.1703 reverted 
The change above did **not** cause the colorization of `options { };` to work again in unmodified Vim 8.2.4747. Here is the diff for the record: ```diff diff --git a/.vim/syntax/bind-named.vim...
AFAICT, no.
I feel silly for only coming up with this idea now, but I think I got closer to getting the bottom of this issue by stripping my local Vim environment...
AFAICT, the Danger job for this PR failed (`Error: no such option: -p`) because Danger Python does not seem to work properly with Danger JS 10.x. (I need to use...
Thank you for your interest. There are 3 primary building blocks when it comes to speech recognition with _pocketsphinx_: - acoustic model (the one _xbmcvc_ uses comes with _pocketsphinx_ and...
_CMU Sphinx_ doesn't know of "accents" and it doesn't know what "proper handling" means. You provide it with an acoustic model and a set of words it's supposed to recognize...
Absolutely, take your time. I am swamped by other work anyway, so the turnaround time on my side won't be short. However, the core concept here is pretty simple to...
Right, thanks. A more radical workaround that also worked in our case was adding `dirty_decay_ms:0` to `MALLOC_CONF`. While this change is obviously not universally feasible, it comes with a nice...