Denis Kasak
Denis Kasak
Any updates on this?
[davits/DyeVim](https://github.com/davits/DyeVim) might be relevant to this, as a proof of concept using the new ycmd API, when Valloric/ycmd#291 finally gets merged.
I just came looking for a progress bar issue as it's quite disorienting not to have any indication of the progress and I don't quite understanding the reasoning in that...
Just wanted to mention that "Yank hint anchor URL" is now `;#` in Vimperator, not `;n`.
I'm also interested in this. It could be understood as allowing multiple search terms to be input simultaneously, which is basically what skim's "extended search mode" is. The problem is...
I was planning on using BNFC and this feature would really make my life easier. Is this still planned? From experience with [tavor](https://github.com/zimmski/tavor/blob/master/doc/format.md#grouping-optional), its `?(category)` syntax works really well and...
Alternative idea to timeout: use an exponential backoff algorithm for retrying. If fetching OTKs fails on message N, retry on messages N+1, N+2, N+4, N+8, ... The factor should be...
Also, if it fails on message N but we only manage to fetch OTKs and establish an Olm channel on message N+M, we'll only send the room key in the...
It does resolve my immediate problem which led to me to discovering this issue, but I think this may be a genuine wart? I think it would be a good...
Again, the primary concern from my side is: what exactly is `matrix_sdk::Error` supposed to *mean* or *represent*? If we define a meaning, it should be obvious whether `ClientBuildError` and `OpenStoreError`...