Jakub Łuczyński

Results 7 comments of Jakub Łuczyński
trafficstars

same issue here (debian, NVIM v0.2.1-944-g77f1392f0, clang version 3.8.1-24, latest deoplete/deoplete-clang2), any update?

@danielfalk I am not a specialist on vim buffer but can there be race condition? I mean can buffer become invalid between calling `nvim_buf_is_valid` and `api.nvim_buf_set_var`? If no then your...

>needs a section in the "Deprecated features" documentation on how to migrate from an old matrix configuration to the new one, otherwise people will have their matrix notifications broken (either...

I rebased on master and added `review fix` commits (I plan to squash them before merge).

Example tools witch do that: - https://github.com/andialbrecht/sqlparse (python) - https://github.com/hoterran/sqlparser (c) - https://github.com/jdorn/sql-formatter (php) So for example: ``` {"component_name":"gohan.db.sql","log_level":"DEBUG","log_type":"log","msg":"Executing SQL query 'SELECT events.`version` as `events__version`, events.`id` as `events__id`, events.`path` as...

It is true that this may be not the best idea in general. Actually after some thought, maybe it is better to enable some way of customization/extensibility. For example one...