Naotoshi Seo
Naotoshi Seo
ls ext/cumo/narray/gen/tmpl/ * [x] accum_binary.c (mulsum) * [x] accum.c (sum, prod, min, max, ptp?) TODO: Implement NaN version * [x] accum_index.c (max_index, min_index) * [x] allocate.c * [x] alloc_func.c *...
# Store https://github.com/ruby-numo/narray/wiki/Numo::NArray%E6%A6%82%E8%A6%81#%E8%A6%81%E7%B4%A0%E3%81%AE%E6%A0%BC%E7%B4%8D * [x] store(another_array) * [x] fill(item) * [x] seq([begin, step]), indgen * [x] logseq(begin, step [,base]) * [x] eye([element, offset]) * [ ] rand([[low,] high]) # Data...
Background: * Cumo started as a fork of Numo. Numo has used ERB to generate C codes from 10 years ago (Maybe, C++ was not so good at that time)....
because I am not using it.
to achieve infinite concurrency.
GitHub supports GitHub Package to release private gem nowadays. You may not need to host your own private rubygems server with geminabox. Check it out. https://help.github.com/github/managing-packages-with-github-packages/configuring-rubygems-for-use-with-github-packages
I am not sure where I should report this, but The Book https://doc.rust-lang.org/book/getting-started.html#installing-rust says to install rust as: ``` curl https://sh.rustup.rs -sSf | sh ``` But, sh.rustup.rs has wrong ssl...
I want to configure log_level on each plugin in a configuration file as ``` out: type: vertica log_level: trace ``` Fluentd can do it :)
I want to control my output plugin (embulk-output-bigquery) based on the number of max_threads of LocalExecutor (I am thinking to control number of files to generate in the plugin to...
This issue describes a loadmap to v2. Once release v1 (nothing is changed with v0.xx) to do semantic versioning, then work for v2. # Breaking changes: 1. To fix https://github.com/sowawa/fluent-plugin-slack/issues/28,...