Results 216 comments of offa

> New here, and I feel a little confusing about the significance of this project, so could anyone help me understand why we have this project besides F-Droid+Izzy's repo or...

> And item 3, 4 about anti-features like advertisement, spyware and proprietary elements, as you mentioned, are the difficult topic, which needs further clarification. I have linked to the F-Droid...

Good question whether F-Droid provides those informations; Github infos could be available through 3rd party services. On the other hand, the list should remain simple and I don't know how...

Related Jenkins Issue: [**JENKINS-65808**](https://issues.jenkins.io/browse/JENKINS-65808)

The issue has hit other themes too: https://github.com/TobiX/jenkins-neo2-theme/issues/40

Btw. it's possible to enable GH Action CI builds for all PRs without requiring a manual approval for 1st time contributors ([docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-required-approval-for-workflows-from-public-forks)).

ping @tgalal

Not for me directly, but Travis has become unusable for open source projects, thus most are moving away. I was wondering if that's the case here too (if so, I...

A workaround (as @luochen1990 already noted): Disable the _rainbow_ plugin for CMake files. ```vim let g:rainbow_conf = { \ 'separately': { \ 'cmake': 0, \ } \} ```