On Aug 6, 2013, at 4:01 PM, Sebastian Annies
wrote:
> Hi,
>
> On IRC someone suggested (sorry I forgot your name!) to start looking at
> the gzip plugin as it stores the full data and perform the
> compression/transformation on the fly. I removed everything and modified
> so that I now have a n
Hi,
On IRC someone suggested (sorry I forgot your name!) to start looking at
the gzip plugin as it stores the full data and perform the
compression/transformation on the fly. I removed everything and modified
so that I now have a null-transform that also works on cached content. I
have a good star
Hi folks,
right now many of plugins send error messages without prefixing the plugin
they come from, this bad practice is also continued in our examples.
many error messages also close with `\n`, although this is not necessary.
We should fix this by "normalizing" the way we send those error me
On Aug 3, 2013, at 12:16 PM, Sebastian Annies
wrote:
> Hi,
>
>
>
> we have huge files that will be slightly different for most users - they
> are 1 to 8GB and only 1k differs - so we want to change them with a
> transformation. Unfortunately the null-transform plugin is of no help since
> it