Ludovic Schwartz

Results 3 comments of Ludovic Schwartz

Thank you for your answer. Is there a reason you're using a normal BLSTM rather than a pBLSTM? Are there others major differences with the paper?

More generally, Control + another key is counted as two strokes.

Upon further investigation, the error seems to be coming from this piece of code in `snippet_manager.py` : ``` has_storage_dir = ( vim_helper.eval( "exists('g:UltiSnipsSnippetStorageDirectoryForUltiSnipsEdit')" ) == "1" ) ``` Indeed, doing...