Nicolas
Nicolas
Hi, Thanks for the amazing library, just discovered it when I'm playing around with WebRTC. I know it's maybe not intended, but I'm actually adding some custom code to the...
The new chromium API supports the PreferCSSPageSize flag, which let CSS determine the page size and margins. I had to upgrade chrome in order to make this work. Any feedback...
I was missing the ability to pass arguments to the run command (like --reset-cache). This PR enables the functionality. You can now run whack run start -- --reset-cache and it...
I was running a job that outputted to 'twoo/flowanalysis/2012/09/*', but this gives issues because when dumbo runs the hdfs (re)move operations (on overwrite="yes" for instance), it doesn't escape it properly...
I missed the feature of adding options to the smtp and relay process in master.cf. This patch can set options using the new master_relay_options or master_smtp_options dictionaries.
Despite the documentation, only the '.ico' filename hints were supported when using a Buffer or Stream I looked up all the supported extensions in the [sourcecode of graphicsmagick](https://foss.heptapod.net/graphicsmagick/graphicsmagick/-/blob/branch/default/magick/magick.c#L1597) and now...