Olivier Halligon

Results 355 comments of Olivier Halligon

+1 for at least adding an option to let the user force `--no-ff` even with the branch contains only one commit :+1: I was struggling today to understand why I...

@petervanderdoes Thanks. Actually to be fair I'm not using gitflow command line but [SourceTree GUI](www.sourcetreeapp.com) which seems to use @nvie 's `gitflow` command line internally. Not sure if I can...

Maybe instead of creating one ics file per event if that's not possible with Jekyll, we could instead base64-encode the ics content (is there's such a filter in Liquid though?)...

Unfortunately I don't know a thing about Django. Note: given that the API and schema will undoubtedly change as you will implement then other issues — like changing the pilots...

I feel you. I'd gladly help and do a PR but I don't know a thing neither in python nor Django (My stuff is ObjC, Ruby and Swift) :-/ Good...

You could use `null` when values are `n/a` ;-)

This could also be interesting to handle plugin renames. For example, we have created a Buildkite plugin internally to share a lot of commands that we use in many of...

@oguzkocer I once again just bumped the milestone for this as I'm doing the code freeze for 20.5… but I'm wondering if this Draft PR is still in the works...

@oguzkocer no need to be sorry at all, there was no hassle 🙂 I just wanted to make sure this was not a forgotten draft PR 🙂 As long as...

Rats: WPAndroid is still using CircleCi and its `.circleci/config.yml` for the Installable Builds, and there [Installable Builds are built directly using `gradlew assembleWordpress -PinstallableBuildVersionName=…`](https://github.com/wordpress-mobile/WordPress-Android/blob/trunk/.circleci/config.yml#L59-L64)… — as opposed to using [`fastlane...