Alexey Romanov

Results 50 comments of Alexey Romanov

Normalizers, pre-tokenizers, and models are done. I will try to finish the remaining parts on Friday, but don't expect any more significant API changes. So if anybody wants to review...

Hello. I've got sick (and am sick again now). And the project I was working on this for has been cancelled. I'll finish what I have when I get better.

Normalizers, pre-tokenizers, and models are done. I will try to finish the remaining parts on Friday, but don't expect any more significant API changes. So if anybody wants to review...

@n1t0 I'm chasing down a weird bug with `Tokenizer::add_tokens/add_special_tokens` under Windows/MSVC. If I don't figure it out tomorrow, I'll probably have to leave it to a future PR. Otherwise, this...

Same: ``` > reload plugins [info] Loading global plugins from /home/aromanov/.sbt/0.13/plugins [info] Updating {file:/home/aromanov/.sbt/0.13/plugins/}global-plugins... [info] Resolving org.fusesource.jansi#jansi;1.4 ... [info] Done updating. [info] Loading project definition from /home/aromanov/IdeaProjects/scalan-lite-1/project > show libraryDependencies...

> I could add a note to the documentation about the incompatibility. Please do. I don't really particularly need the combination, I just ran into this because I defined `breaklines=true`...

I think you just need to add them to `patterns` [here](https://github.com/twxs/vs.language.cmake/blob/8602a1399af2144d72fd25dd6ebb884a6cb62aa6/syntaxes/CMake.tmLanguage#L197-L205).

I don't need it currently. But the point would be to use it when you want different output than `operator

I don't actually remember why exactly I wanted it originally, I think for something like `std::vector` where we wouldn't want to change the behavior everywhere.

It looks like the fix could be simply ``` const cosmiconfigResult = args?.config ? cosmiconfigSync('unimported').load(args.config) : cosmiconfigSync('unimported').search(); ```