genmeblog

Results 88 comments of genmeblog

Continuing, `write!` can also store multiple files (CSVs, nippy) when grouped dataset is saved.

> Maybe I can come to a PR. > But we should maybe think together about the path. > I liked the idea of an other methods, as done in...

> Whats about a "Non-grouped" flat list of arrow files ? > Can I have a "grouped dataset", without grouping by = None .... Yes, you can produce grouped dataset...

Thanks. `do` option is not good solution for my use case. I use `rep` for dynamic document generation using `knitr` R package. However it came up that this is not...

Hi! Thanks! Definitely some of the can include processing an alpha channel with some code change. Any specific script?

I haven't verified it yet but you can try to replace this line: https://github.com/tsulej/GenerateMe/blob/master/pngglitch/pngglitch.pde#L107 with ``` color c = ImageLineHelper.getPixelARGB8(line,y); ``` It should retain (not affected by glitches) alpha channel.

Ah, I see. Remove the line which sets black background, here: https://github.com/tsulej/GenerateMe/blob/29d60da0f3638515752333079277276e7bc2aa6d/pngglitch/pngglitch.pde#L63 (Currently I have no access to pc to verify this).

Good! Regarding noise, all glitches are on the codec side, so I don't know what to do to get rid of them.

This will be a breaking change (minor). By default source column will be replaced by the new one, on every case. ```clojure (-> (tc/dataset {:x [1] :y [[2 3 9...

Looks like it's very specific case, kind of transpose of matrix. I'm not sure if it belongs to TC. The last case (reverse) can be done with `join-columns` and `{:result-type...