Mustafa Ergul

Results 11 comments of Mustafa Ergul

@ljharb seems like choosing `language: python` recovered some of the jobs, but others still failing with the test cases. Do you think you can workaround those?

I think the clang version hasn't been upgraded from Xenial to Focal image, I have just run the test build: https://app.travis-ci.com/github/mustafa-travisci/testBuilds/builds/250552245

hey, @ljharb I have been running a diff[0] build between these two jobs within the same build[1](failing number9 and succeeding number10) and that is weird latter one is using the...

@cocodrino when I hit cancel after typing `nvim` in iterm2 it opens Nvim but it asks every time when I try to open via `nvim` command. Removing Nvim binaries and...

@dhruvmanila do you have any progress on this case? I wonder where you have defined `override_nvim_web_devicons` exactly as well. Thanks.

Hey, the simple .sh(as below) file should do the job here. Could you please share what would be the blocker in this case? Thanks! ``` #!/bin/bash docker-compose run --rm web...

+1 > Error I received > > ![image](https://user-images.githubusercontent.com/39885197/113327867-19311c80-9339-11eb-83dd-debbff9ca909.png) > ![image](https://user-images.githubusercontent.com/39885197/113327882-1cc4a380-9339-11eb-98cc-8e2ec0b5c021.png) > > My file: > > ``` > name: Deploy > > on: > push: > branches: > - master...

Couldn't achieve with `vim.lsp.buf.format { async = true }` as well :/

Same for me using kanagawa colors, here is the minimal config; ``` require('kanagawa').setup({ compile = false, -- enable compiling the colorscheme undercurl = true, -- enable undercurls commentStyle = {...

@spcaipers-arm for each project(repository) that you have on GitHub, you will need `.travis.yml` file for each of them and need to enable this repository on app.travis-ci.com to be able to...