Jean Mertz
Jean Mertz
I wonder how hard it would be to have [OCLint](http://oclint.org) integration for `atom-lint`. Any thoughts on this? I only started investigating Objective-C development today, coming from a Ruby background, so...
As a core contributor, it's a bit weird to be constantly thanked for your work 😅. An easy fix is to add a configurable `ignore_contributors` that takes an array of...
By (optionally) changing the template to skip commit hashes for unreleased commits, it becomes possible to integrate Jilu in a `post-commit` workflow that automatically amends your commits with the updated...
While investigating https://github.com/rustic-games/jilu/issues/13, I noticed that the default template has nested HTML comments at [line 68](https://github.com/rustic-games/jilu/blob/b12356411b6eaabcdbfc023fb24041e97484c397/template.md#L68) and [84](https://github.com/rustic-games/jilu/blob/b12356411b6eaabcdbfc023fb24041e97484c397/template.md#L84). This causes the config parser to break If you copy this template...
The current template [expects](https://raw.githubusercontent.com/rustic-games/jilu/2f3619101d4a627452a60d6e5fbcce24dbe3fbff/template.md) there to be an annotated tag and will use the first line of the annotation as the release name. There are two extra cases that should...
We should parse any trailers and if there is a `Co-Authored-By` field, the co-author should also be added to the list of release contributors. The supported syntax is the same...
With the changes made in ed60987de1676c653571356291031ba667a80284, it is now trivial to start testing some of the logic, without having to depend on a specific Git repository state. Time to get...
See #21. I suspect this is happening here: https://github.com/blendle/kubecrt/blob/aa3c0eb7aac3b8a98c4a5b80729398a74a78fb84/chartsconfig/parser.go#L212-L232
Our current API looks like this: ```yaml apiVersion: v1 charts: - opsgoodness/prometheus-operator: repo: http://charts.opsgoodness.com ``` We should also support [SSL-based authentication](https://github.com/kubernetes/helm/blob/01f8dcdc618340c1c9d9f4149dc3a72d8be62624/docs/helm/helm_repo_add.md#options), potentially with an API like this: ```yaml apiVersion: v1...
Our current API looks like this: ```yaml apiVersion: v1 charts: - blendle/web: repo: https://blendle-charts.storage.googleapis.com ``` While this works, it becomes tedious if you want to add multiple charts from the...