David Kennedy Souza Araújo
David Kennedy Souza Araújo
Same problem with the last version (v0.3)
.vimrc ``` VimL " Chromatica let g:chromatica#libclang_path='/usr/lib64' let g:chromatica#enable_at_startup=1 let g:chromatica#responsive_mode=1 let g:chromatica#highlight_feature_level=1 ``` main.cc ``` cpp #include int main(void) { size_t quantity = 0; while (true) { if (true)...
Same problem here.
Still with the same problem on v0.3
I'm doing templates using [Mustache](http://mustache.github.io/). If it's usefull to someone can I publish examples.
@fire Here is the example, sorry by the while but i need remove a lot of restrict information from the example. https://github.com/DavidUser/template-gocd-mustache-example
@thatsk I think that a better approach is maybe use some programmatic interface and write your business rules to pipeline generation. My example is just a simple workaround that I...
Same problem here.
I need help to apply same experiment including ASP.NET Core example on benchmark. @ipkn can you provide the way to run this benchmarks?