Hugues Malphettes
Hugues Malphettes
@izhan support for Kibana 4 is unlikely to be possible on a reverse proxy like this. Kibana 4 requires its own web tier as explained here: https://github.com/elasticsearch/kibana/issues/1628#issuecomment-58611294 @fangli may I...
@morris as far as I understand and as I have experienced it, it is expected that when one uses `pipe` one is in charge of setting up the error propagation....
@morris I apologize if you are already on the top of all this. I have not used `parallel-transform` much really.
I am also getting some odd results on a small csv file with a single column and forcing the number of jobs to 1. ``` Header "" a b c...
When I debug the Frequencies I do see the proper cardinality of values and content. ``` // https://github.com/BurntSushi/xsv/blob/master/src/cmd/frequency.rs#L89 for (i, (header, ftab)) in head_ftables.enumerate() { println!("{:?}: {:?}", &ftab, &ftab.cardinality()); let...
If one trusts things downloaded from the internet, here is my build of the plugin with this patch: https://github.com/hmalphettes/vscode-paste-image/releases/tag/1.0.4.inlinedps The safer thing to do is of course to build it...
The source of the iojs package build is here: https://github.com/alpinelinux/aports/blob/master/testing/iojs/APKBUILD The image 'alpine:edge' does not contain gnupg indeed; Note that gnupg is available as a supported package.
If we go down this route dont we need to provide the rest of the images: "iojs:alpine-slim", "iojs:alpine", "iojs:alpine-onbuild" ? Starting from @oren's Dockerfile I have been testing Alpine to...
@oren at the moment there are 3 images based off debian jessie - iojs:slim (just runtime no support for native dependencies) - 193 MB - iojs (with build tools) -...
@tracker1 agreed: it is very nice.