Hiroyuki Sato

Results 57 issues of Hiroyuki Sato

Hello, members. Does anyone cause the same issue? Does CC need to compute normal before executing qRANSAC? If so, It seems that CC missed checking normal data. If a newer...

not_yet_confirmed

Add `path_match_pattern` to LocalFileInputPlugin. If you set `path_match_pattern: \.csv$`, Embulk reads following files. ``` . `-- path `-- to `-- files |-- sample_01.csv -> read |-- sample_02.csv.gz -> skip |--...

Hello, @dmikurube 1. This PR relates to #1505. Could you tell me how to create this PR? 2. Does this comment is sufficient explanation? As of JRuby 9.3, subclassing a...

Issue Type: Bug Report ----------------------- * Write the following environmental information. * OS version: macOS 12.3.1 * Java version: 1.8 * Embulk version: 0.10.36-SNAPSHOT(39d8df31ebb1f19379881d241d38a83f37031a5c) JRuby 9.3+ raises "Found multiple supers...

Issue Type: Bug Report ----------------------- * Write the following environmental information. * OS version: macOS 12.3.1 * Java version: 1.8.0_331 * Embulk version: 0.10.35 This command specifies `embulk_home` and `jruby`...

Embulk `-X` option use the equal character for key-value pair. It also works space instead of the `=`. But It's not expected behavior. [dmikurube comment in twitter](https://twitter.com/dmikurube/status/1517312140864294912?s=20&t=hKNm4H3TokymHL3ZnQs9Hw) * Write the...

Fix the following warnings. Please take a look when you have a time. ``` embulk-docs/src/built-in.rst:369: WARNING: Inline emphasis start-string without end-string. embulk-docs/src/developers/index.rst:: WARNING: document isn't included in any toctree ```...

documentation

A plugin uses same parameter name, but those setting does not work the same. For example. | Plugin | sequence_format | note | | :-- | :-- | :-- |...

kaizen

Missing documentation about EmbulkEmbed. From ([Twitter](https://twitter.com/nora96o/status/724566782955016192)) (Japanese) ## Sample Source ``` Java import java.io.File; import org.embulk.EmbulkEmbed; import org.embulk.EmbulkEmbed.Bootstrap; import org.embulk.config.ConfigLoader; import org.embulk.config.ConfigSource; public class EmbulkEmbedTest { public static void main(String[]...

kaizen