Olivier Halligon
Olivier Halligon
One can use fixtures (some PDFs as input fixtures, and some PNGs as output fixtures) and compare what is generated from the code with the expected output fixture for each...
See [Quartz 2D PG: Transparency Layers](https://developer.apple.com/library/ios/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_trans_layers/dq_trans_layers.html) Using `CGContextBeginTransparencyLayer`/`CGContextEndTransparencyLayer` may be a solution to avoid doing a 2-step rendering (first tinting, then do the final rendering), by using layers instead of...
A PoC template to implement @jckarter 's https://gist.github.com/jckarter/96d4ff1e90e4c41dfcb271f2d6df9206 idea. Just for fun 😉 _Of course it's first shot, need to improve the casing function, maybe use `ObjectIdentifier` instead of `unsafeBitCast`,...
[Tooling] Make `pod trunk push` be `--synchronous`, to fix issue when releasing both pods together
## Why? To prevent the Editor pod to fail to be pushed to trunk if the Aztec pod it depends on hasn't propagated through the CDN yet Fixes the issue...
This improves [the documentation page about Build meta-data](https://buildkite.com/docs/pipelines/build-meta-data) to mention that it's possible to see all meta-data of a given build by appending `/meta-data` to the build URL.
* The left margin is adjusted using an estimation based on the width of the largest label (target name) – Closes #8 * The time axis now uses the `.timeDomainMode("fit")`...
Hello! I've just generated a graph with your awesome tool, it looks great and is very informative to benchmark my build times! But the X-axis in the generated graph goes...
Hello again! I've noticed that when the name of the targets gets a bit long, since the Y axis is too far left, the labels of the target names on...
## What This is a WIP on migrating our code related to OneSky (the translation platform used by Tumblr apps) from Tumblr-iOS and Tumblr-Android's `Fastfiles` into the `release-toolkit` This work...
Refactor parts of the `release-toolkit` code in order to: * Put some of the methods in better places – especially a lot of methods that are in `*_git_helper` are not...